Skip to content

Commit

Permalink
Because we also test the raw body.
Browse files Browse the repository at this point in the history
  • Loading branch information
herloct committed Oct 11, 2016
1 parent de331ec commit 5ef038c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/SeeRawAndParsedBodyIsNotNullCept.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$I = new FunctionalTester($scenario);

$data = ['testing' => '123'];
$I->wantTo('test that the parsed request body is returned in tact');
$I->wantTo('test that the raw and parsed request body is returned in tact');
$I->haveHttpHeader('content-type', 'application/json');
$I->sendPOST('/rest', $data);
$I->seeResponseCodeIs(\Codeception\Util\HttpCode::OK);
Expand Down

0 comments on commit 5ef038c

Please sign in to comment.