AccessurledituserstourlTest.lib.php 1009 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?php
  2. return;
  3. /**
  4. * Generated by PHPUnit_SkeletonGenerator on 2013-02-17 at 00:39:52.
  5. */
  6. class AccessurledituserstourlTest extends PHPUnit_Framework_TestCase
  7. {
  8. /**
  9. * @var Accessurledituserstourl
  10. */
  11. protected $object;
  12. /**
  13. * Sets up the fixture, for example, opens a network connection.
  14. * This method is called before a test is executed.
  15. */
  16. protected function setUp()
  17. {
  18. $this->object = new Accessurledituserstourl;
  19. }
  20. /**
  21. * Tears down the fixture, for example, closes a network connection.
  22. * This method is called after a test is executed.
  23. */
  24. protected function tearDown()
  25. {
  26. }
  27. /**
  28. * Generated from @assert () === false.
  29. *
  30. * @covers Accessurledituserstourl::search_users
  31. */
  32. public function testSearch_users()
  33. {
  34. /*$this->assertThat(
  35. false,
  36. $this->logicalNot(
  37. $this->equalTo($this->object->search_users(null, null))
  38. )
  39. );*/
  40. }
  41. }