diff --git a/tests/phpunit/classes/ZipTest.class.php b/tests/phpunit/classes/ZipTest.class.php deleted file mode 100755 index 6085ce5524..0000000000 --- a/tests/phpunit/classes/ZipTest.class.php +++ /dev/null @@ -1,100 +0,0 @@ -object = new Zip; - } - - /** - * Tears down the fixture, for example, closes a network connection. - * This method is called after a test is executed. - */ - protected function tearDown() - { - } - - /** - * @covers Zip::pool - * @todo Implement testPool(). - */ - public function testPool() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Zip::create - * @todo Implement testCreate(). - */ - public function testCreate() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Zip::get_path - * @todo Implement testGet_path(). - */ - public function testGet_path() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Zip::get_hash - * @todo Implement testGet_hash(). - */ - public function testGet_hash() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Zip::add - * @todo Implement testAdd(). - */ - public function testAdd() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Zip::callback - * @todo Implement testCallback(). - */ - public function testCallback() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } -}