hotmeteor / spectator

OpenAPI testing for PHP
MIT License
285 stars 53 forks source link

Fixing AnyOf within arrays that is inside an object #153

Closed CWDN closed 9 months ago

CWDN commented 1 year ago

While trying to test a AnyOf within an array which was in an object we hit an issue with the filtering for readonly and writeonly that caused an exception to be thrown. However this exception was suppressed because spectator only throws certain types of exceptions.

So this PR fixes:

bastien-phi commented 9 months ago

I will take over this PR later, the fix is legit