Пример #1
0
 public function testNotAllowed(FunctionalTester $I)
 {
     $I->sendPATCH('/foo');
     $I->seeResponseCodeIs(405);
 }