lchrusciel / ApiTestCase

Handy PHPUnit test case for testing JSON APIs in your Symfony applications.
MIT License
410 stars 35 forks source link

Load multiple fixtures at once #119

Closed Zales0123 closed 6 years ago

Zales0123 commented 6 years ago
Q A
Bug fix? no
New feature? yes
BC breaks? no
Related tickets
License MIT

In current nelmio/alice version, if there is a reference to another entity which is not in the same fixture file, these files needs to be loaded together.

lchrusciel commented 6 years ago

Thanks Mateusz! 🐃

Zales0123 commented 6 years ago

Thank you Łukasz! Is there any chance for a patch release in the nearest future? 😄 I'm blocked by this in one of my Sylius PR's (see above).

lchrusciel commented 6 years ago

Done ;)

pamil commented 6 years ago

Psst, it looks like a candidate for minor release more than for patch release :)