Skip to content

Commit c6b91a8

Browse files
committed
Minor fix to the testing suite.
1 parent c3c0911 commit c6b91a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/tests/_support/Helper/Api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function seeResponseEqualsJson($json = [])
2222

2323
\PHPUnit\Framework\Assert::assertThat(
2424
$response,
25-
JsonEquals($json)
25+
new JsonEquals($json)
2626
);
2727
}
2828
}

0 commit comments

Comments
 (0)