object = new Accessurleditsessionstourl; } /** * 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 Accessurleditsessionstourl::search_sessions */ public function testSearch_sessions() { ob_start(); $this->assertSame( false, $this->object->search_sessions(null,null) ); ob_end_clean(); } }