diff --git a/lib/classes/databox/subdefAbstract.class.php b/lib/classes/databox/subdef.class.php similarity index 100% rename from lib/classes/databox/subdefAbstract.class.php rename to lib/classes/databox/subdef.class.php diff --git a/lib/classes/databox/subdefInterface.class.php b/lib/classes/databox/subdefInterface.class.php deleted file mode 100644 index ee2c0ac5aa..0000000000 --- a/lib/classes/databox/subdefInterface.class.php +++ /dev/null @@ -1,23 +0,0 @@ -markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @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.' - ); - } - - /** - * @todo Implement testGet_baseurl(). - */ - public function testGet_baseurl() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @todo Implement testGet_mediatype(). - */ - public function testGet_mediatype() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @todo Implement testGet_labels(). - */ - public function testGet_labels() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @todo Implement testIs_downloadable(). - */ - public function testIs_downloadable() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @todo Implement testGet_mediatype_options(). - */ - public function testGet_mediatype_options() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @todo Implement testMeta_writeable(). - */ - public function testMeta_writeable() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @todo Implement testLog(). - */ - public function testLog() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @todo Implement testGet_name(). - */ - public function testGet_name() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @todo Implement testGenerate(). - */ - public function testGenerate() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @todo Implement testGet_options(). - */ - public function testGet_options() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - -}