Author: Anton Shevchuk
Inheritance: use trait Bluz\Common\Options
コード例 #1
0
ファイル: ResponseTest.php プロジェクト: bluzphp/framework
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testSetCookieWithWrongDateNameThrowException()
 {
     $this->response->setCookie('foo', 'bar', 'the day before sunday');
 }