Skip to content

Commit 2121f80

Browse files
committed
minor #1203 Bump PHPUnit to 9.5 (derrabus)
This PR was merged into the main branch. Discussion ---------- Bump PHPUnit to 9.5 Commits ------- 814eb77 Bump PHPUnit to 9.5
2 parents cd1c85b + 814eb77 commit 2121f80

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

phpunit.xml.dist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<server name="APP_ENV" value="test" force="true" />
1313
<server name="SHELL_VERBOSITY" value="-1" />
1414
<server name="SYMFONY_PHPUNIT_REMOVE" value="" />
15-
<server name="SYMFONY_PHPUNIT_VERSION" value="8" />
15+
<server name="SYMFONY_PHPUNIT_VERSION" value="9.5" />
1616
</php>
1717

1818
<testsuites>
@@ -21,11 +21,11 @@
2121
</testsuite>
2222
</testsuites>
2323

24-
<filter>
25-
<whitelist>
24+
<coverage>
25+
<include>
2626
<directory>src</directory>
27-
</whitelist>
28-
</filter>
27+
</include>
28+
</coverage>
2929

3030
<listeners>
3131
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />

0 commit comments

Comments
 (0)