123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?php
- return;
- /**
- * Generated by PHPUnit_SkeletonGenerator on 2013-02-17 at 00:39:52.
- */
- class AccessurledituserstourlTest extends PHPUnit_Framework_TestCase
- {
- /**
- * @var Accessurledituserstourl
- */
- 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 Accessurledituserstourl;
- }
- /**
- * Tears down the fixture, for example, closes a network connection.
- * This method is called after a test is executed.
- */
- protected function tearDown()
- {
- }
- /**
- * Generated from @assert () === false.
- *
- * @covers Accessurledituserstourl::search_users
- */
- public function testSearch_users()
- {
- /*$this->assertThat(
- false,
- $this->logicalNot(
- $this->equalTo($this->object->search_users(null, null))
- )
- );*/
- }
- }
|