Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMis committed Apr 28, 2021
1 parent 19aab8b commit c186460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/MenuBoardCategoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function testAdd()
'mediaId' => $media->mediaId
]);

$this->assertSame(200, $response->getStatusCode(), "Not successful: " . $response->getBody());
$this->assertSame(200, $response->getStatusCode(), 'Not successful: ' . $response->getBody());

$object = json_decode($response->getBody());
$this->assertObjectHasAttribute('data', $object);
Expand Down

0 comments on commit c186460

Please sign in to comment.