コード例 #1
0
ファイル: ResponseTest.php プロジェクト: modulework/http
 /**
  * @dataProvider isInformationalData
  */
 public function testIsInformational($code, $exp)
 {
     $this->assertEquals($exp, Response::make('', $code)->isInformational());
 }