Codeception / module-rest

REST module for Codeception
MIT License
53 stars 27 forks source link

Show property name on failing JSON schema assertions #105

Open francislavoie opened 2 months ago

francislavoie commented 2 months ago

Fixes https://github.com/Codeception/module-rest/issues/104

W0rma commented 1 month ago

@francislavoie I wonder if the tests could be adjusted to verify that the new logic works as expected.

This can be achieved by adjusting the expected exception messages in https://github.com/francislavoie/module-rest/blob/abc599a9992db4ed2d6f6165a6b3ad8fe901ae89/tests/unit/Codeception/Module/RestTest.php#L715. WDYT?