Example #1
0
 /**
  * @after testFirstRequest
  */
 public function testSecondRequest(RestTester $I)
 {
     $I->wantTo('make the second request');
     $I->sendGET('http://localhost:8010/rest/user/');
 }