Skip to content

Commit f9b7c8c

Browse files
committed
SYMFONY_DEPRECATIONS_HELPER to disabled for phpunit test failures due to deprecations
1 parent 804ad0b commit f9b7c8c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

demo/symfony6.x-orm3/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<server name="SHELL_VERBOSITY" value="-1" />
1616
<server name="SYMFONY_PHPUNIT_REMOVE" value="" />
1717
<server name="SYMFONY_PHPUNIT_VERSION" value="9.5" />
18+
<env name="SYMFONY_DEPRECATIONS_HELPER" value="disabled" />
1819
</php>
1920

2021
<testsuites>

0 commit comments

Comments
 (0)