コード例 #1
0
ファイル: PageCrudCest.php プロジェクト: bafs/parvula
 public function updateANoneExistingPage(APITester $I)
 {
     $I->amBearerAuthenticated($this->token);
     $I->sendPUT('/pages/nothing', $this->page1Update);
     $I->seeResponseCodeIs(500);
     // TODO 500 ?
 }