Skip to content

Commit

Permalink
Display deprecations in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsche authored and jmsche committed Aug 31, 2024
1 parent 7f0a461 commit 8f47821
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="tests/bootstrap.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd">
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
bootstrap="tests/bootstrap.php"
displayDetailsOnTestsThatTriggerDeprecations="true"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
>
<php>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[total]=999999"/>
<env name="KERNEL_CLASS" value="Leapt\CoreBundle\Tests\LeaptCoreTestingKernel" />
Expand Down

0 comments on commit 8f47821

Please sign in to comment.