Exemplo n.º 1
0
 /**
  * @test
  * @expectedException UnexpectedValueException
  */
 public function to_throws_exception_if_no_request_is_given()
 {
     $this->proxy->to('/');
 }
Exemplo n.º 2
0
 /**
  * @test
  * @expectedException UnexpectedValueException
  */
 public function to_throws_exception_if_no_request_is_given()
 {
     $this->proxy->to('http://www.example.com');
 }