123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316 |
- <?php
- /**
- * Generated by PHPUnit_SkeletonGenerator on 2012-10-01 at 14:44:08.
- */
- class CurrentCourseTest extends PHPUnit_Framework_TestCase
- {
- /**
- * @var CurrentCourse
- */
- 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 CurrentCourse;
- }
- /**
- * Tears down the fixture, for example, closes a network connection.
- * This method is called after a test is executed.
- */
- protected function tearDown()
- {
- }
- /**
- * @covers CurrentCourse::instance
- * @todo Implement testInstance().
- */
- public function testInstance()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers CurrentCourse::is_empty
- * @todo Implement testIs_empty().
- */
- public function testIs_empty()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers CurrentCourse::data
- * @todo Implement testData().
- */
- public function testData()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers CurrentCourse::real_id
- * @todo Implement testReal_id().
- */
- public function testReal_id()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers CurrentCourse::code
- * @todo Implement testCode().
- */
- public function testCode()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers CurrentCourse::name
- * @todo Implement testName().
- */
- public function testName()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers CurrentCourse::title
- * @todo Implement testTitle().
- */
- public function testTitle()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers CurrentCourse::official_code
- * @todo Implement testOfficial_code().
- */
- public function testOfficial_code()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers CurrentCourse::sys_code
- * @todo Implement testSys_code().
- */
- public function testSys_code()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers CurrentCourse::path
- * @todo Implement testPath().
- */
- public function testPath()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers CurrentCourse::db_name
- * @todo Implement testDb_name().
- */
- public function testDb_name()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers CurrentCourse::db_name_glu
- * @todo Implement testDb_name_glu().
- */
- public function testDb_name_glu()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers CurrentCourse::titular
- * @todo Implement testTitular().
- */
- public function testTitular()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers CurrentCourse::language
- * @todo Implement testLanguage().
- */
- public function testLanguage()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers CurrentCourse::category_code
- * @todo Implement testCategory_code().
- */
- public function testCategory_code()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers CurrentCourse::category_ame
- * @todo Implement testCategory_ame().
- */
- public function testCategory_ame()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers CurrentCourse::visibility
- * @todo Implement testVisibility().
- */
- public function testVisibility()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers CurrentCourse::subscribe_allowed
- * @todo Implement testSubscribe_allowed().
- */
- public function testSubscribe_allowed()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers CurrentCourse::unsubscribe_allowed
- * @todo Implement testUnsubscribe_allowed().
- */
- public function testUnsubscribe_allowed()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers CurrentCourse::activate_legal
- * @todo Implement testActivate_legal().
- */
- public function testActivate_legal()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers CurrentCourse::show_score
- * @todo Implement testShow_score().
- */
- public function testShow_score()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers CurrentCourse::extrnal_link
- * @todo Implement testExtrnal_link().
- */
- public function testExtrnal_link()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers CurrentCourse::user
- * @todo Implement testUser().
- */
- public function testUser()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers CurrentCourse::get
- * @todo Implement testGet().
- */
- public function testGet()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- }
|