membrane-php / membrane-core

Membrane is a general purpose input validation library, supports both PHP Attributes and OpenAPI specifications
Other
1 stars 2 forks source link

Change PathMatcherTest to assertSame instead of assertEquals #151

Closed charjr closed 11 months ago

charjr commented 11 months ago

assertEquals was allowing one test to pass when it shouldn't have.

Updated to require expected to be identical to actual