From 06f945f27840b53e57795dadbc38e76f7e11ab1c Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 24 Feb 2014 16:42:14 +0100 Subject: init --- zend/tests/Zend/Gdata/BooksTest.php | 48 +++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 zend/tests/Zend/Gdata/BooksTest.php (limited to 'zend/tests/Zend/Gdata/BooksTest.php') diff --git a/zend/tests/Zend/Gdata/BooksTest.php b/zend/tests/Zend/Gdata/BooksTest.php new file mode 100644 index 0000000..a90c9fc --- /dev/null +++ b/zend/tests/Zend/Gdata/BooksTest.php @@ -0,0 +1,48 @@ +gdata = new Zend_Gdata_Books(new Zend_Http_Client()); + } + + public function testBooks() + { + $this->assertTrue(true); + } + +} -- cgit v1.2.3