123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280 |
- <?php
- /**
- * Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:29:53.
- */
- class AppPluginTest extends PHPUnit_Framework_TestCase
- {
- /**
- * @var AppPlugin
- */
- protected $object;
- /**
- * Sets up the fixture, for example, opens a network connection.
- * This method is called before a test is executed.
- */
- protected function setUp()
- {
- $this->object = new AppPlugin;
- }
- /**
- * Tears down the fixture, for example, closes a network connection.
- * This method is called after a test is executed.
- */
- protected function tearDown()
- {
- }
- /**
- * @covers AppPlugin::read_plugins_from_path
- * @todo Implement testRead_plugins_from_path().
- */
- public function testRead_plugins_from_path()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers AppPlugin::get_installed_plugins_by_region
- * @todo Implement testGet_installed_plugins_by_region().
- */
- public function testGet_installed_plugins_by_region()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers AppPlugin::get_installed_plugins
- * @todo Implement testGet_installed_plugins().
- */
- public function testGet_installed_plugins()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers AppPlugin::install
- * @todo Implement testInstall().
- */
- public function testInstall()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers AppPlugin::uninstall
- * @todo Implement testUninstall().
- */
- public function testUninstall()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers AppPlugin::get_areas_by_plugin
- * @todo Implement testGet_areas_by_plugin().
- */
- public function testGet_areas_by_plugin()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers AppPlugin::is_valid_plugin_location
- * @todo Implement testIs_valid_plugin_location().
- */
- public function testIs_valid_plugin_location()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers AppPlugin::is_valid_plugin
- * @todo Implement testIs_valid_plugin().
- */
- public function testIs_valid_plugin()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers AppPlugin::get_plugin_regions
- * @todo Implement testGet_plugin_regions().
- */
- public function testGet_plugin_regions()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers AppPlugin::load_region
- * @todo Implement testLoad_region().
- */
- public function testLoad_region()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers AppPlugin::load_plugin_lang_variables
- * @todo Implement testLoad_plugin_lang_variables().
- */
- public function testLoad_plugin_lang_variables()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers AppPlugin::get_all_plugin_contents_by_region
- * @todo Implement testGet_all_plugin_contents_by_region().
- */
- public function testGet_all_plugin_contents_by_region()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers AppPlugin::get_plugin_info
- * @todo Implement testGet_plugin_info().
- */
- public function testGet_plugin_info()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers AppPlugin::get_templates_list
- * @todo Implement testGet_templates_list().
- */
- public function testGet_templates_list()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers AppPlugin::remove_all_regions
- * @todo Implement testRemove_all_regions().
- */
- public function testRemove_all_regions()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers AppPlugin::add_to_region
- * @todo Implement testAdd_to_region().
- */
- public function testAdd_to_region()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers AppPlugin::install_course_plugins
- * @todo Implement testInstall_course_plugins().
- */
- public function testInstall_course_plugins()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers AppPlugin::add_course_settings_form
- * @todo Implement testAdd_course_settings_form().
- */
- public function testAdd_course_settings_form()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers AppPlugin::set_course_settings_defaults
- * @todo Implement testSet_course_settings_defaults().
- */
- public function testSet_course_settings_defaults()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers AppPlugin::save_course_settings
- * @todo Implement testSave_course_settings().
- */
- public function testSave_course_settings()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers AppPlugin::get_plugin_course_settings
- * @todo Implement testGet_plugin_course_settings().
- */
- public function testGet_plugin_course_settings()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- }
|