Massimiliano Braglia
Massimiliano Braglia
I'll try to find some time for this one! Not sure when :/
Got the same here. Any suggestions?
@geoff-maddock thank you. I thought something like your workaround but unfortunately I got tons of test using this constraint. Probably is better to copy that class (after removing the alias)...
@soyuka I am using the symfony/phpunit-bridge, yes
@geoff-maddock I just tried another workaround and it seems to work well: in your phpunit bootstrap file just add the following: ```php bootstrap.php use ApiPlatform\Core\Bridge\Symfony\Bundle\Test\Constraint\ArraySubset; use ApiPlatform\Core\Bridge\Symfony\Bundle\Test\Constraint\ArraySubsetV9; // [...] if...
@soyuka that's exactly our question 😅 Code seems right, but something does not work ☹️
Sorry @soyuka, I did not manage to try your solution. Instead we found that in dev env we used a wrong composer flag when installing the dependencies: https://getcomposer.org/doc/articles/autoloader-optimization.md#optimization-level-2-a-authoritative-class-maps Using this...
Hello! Any news for this one?
Hey @siemendev! Did you fork the project? Because it seems abandoned for real and I'd like to understand if any other alternative is available
@siemendev Sure! Thanks a lot :)