Example #1
0
 /**
  * @covers \Cougar\RestClient\CurlWrapper::setTimeout
  */
 public function testSetTimeout()
 {
     $this->assertNull($this->object->setTimeout(600));
     $this->assertAttributeEquals(600, "timeout", $this->object);
 }