AddManySessionToCategoryFunctionsTest.lib.php 989 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?php
  2. /**
  3. * Generated by PHPUnit_SkeletonGenerator on 2013-02-17 at 01:03:12.
  4. */
  5. class AddManySessionToCategoryFunctionsTest extends BaseWebTestCase
  6. {
  7. /**
  8. * @var AddManySessionToCategoryFunctions
  9. */
  10. protected $object;
  11. /**
  12. * Sets up the fixture, for example, opens a network connection.
  13. * This method is called before a test is executed.
  14. */
  15. public function setUp()
  16. {
  17. $this->object = new AddManySessionToCategoryFunctions;
  18. }
  19. /**
  20. * Tears down the fixture, for example, closes a network connection.
  21. * This method is called after a test is executed.
  22. */
  23. protected function tearDown()
  24. {
  25. }
  26. /**
  27. * Generated from @assert ('abc','single') !== ''.
  28. *
  29. * @covers AddManySessionToCategoryFunctions::search_courses
  30. */
  31. public function testSearch_courses()
  32. {
  33. /*$this->assertNotSame(
  34. '',
  35. $this->object->search_courses('abc','single')
  36. );*/
  37. }
  38. }