Author: Anton Shevchuk
Inheritance: use trait Bluz\Common\Options
Example #1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testSetCookieWithWrongDateNameThrowException()
 {
     $this->response->setCookie('foo', 'bar', 'the day before sunday');
 }