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