foundry
foundry copied to clipboard
Using `Zenstruck\Foundry\Test\Factories` triggers deprecations
Similar to https://github.com/zenstruck/foundry/issues/680 and https://github.com/zenstruck/foundry/issues/650
I tried everything to ignore those:
- Removed
phpunit-bridge - Updated the deprecation level (via
SYMFONY_DEPRECATIONS_HELPER) but thats just in PHPUnit, it shouldn't impact Symfony
I'm not sure what else to try to remove those internal notices.
I use Factories in my data fixtures, dev and test environments
Let me know if I missed something
Hi,
sorry for the late answer... I think I've finally found an elegant solution for this
see https://github.com/zenstruck/foundry/pull/704
fixed by https://github.com/zenstruck/foundry/pull/704