コード例 #1
0
ファイル: CurlWrapperTest.php プロジェクト: alfmel/cougar
 /**
  * @covers \Cougar\RestClient\CurlWrapper::setTimeout
  */
 public function testSetTimeout()
 {
     $this->assertNull($this->object->setTimeout(600));
     $this->assertAttributeEquals(600, "timeout", $this->object);
 }