/** * @covers \Cougar\RestClient\CurlWrapper::getCookies * @depends testExec */ public function testGetCookies() { $url = "http://www.byu.edu"; $this->assertNull($this->object->setURL($url)); $this->assertEquals(200, $this->object->exec()); $this->assertEmpty($this->object->getCookies()); }
/** * Clears authentication * * @history * 2013.09.30: * (AT) Initial release * * @version 2013.09.30 * @author (AT) Alberto Trevino, Brigham Young Univ. <*****@*****.**> */ public function __destruct() { parent::__destruct(); }