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() { ob_end_clean(); } /** * 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)) ) ); } }