Skip to content

Commit 4b97945

Browse files
Add missing exclusions from phpunit.xml.dist
1 parent 6cbd394 commit 4b97945

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<php>
1010
<ini name="error_reporting" value="-1" />
1111
</php>
12+
1213
<testsuites>
1314
<testsuite name="Symfony Serializer Component Test Suite">
1415
<directory>./Tests/</directory>
@@ -19,8 +20,8 @@
1920
<whitelist>
2021
<directory>./</directory>
2122
<exclude>
22-
<directory>./vendor</directory>
2323
<directory>./Tests</directory>
24+
<directory>./vendor</directory>
2425
</exclude>
2526
</whitelist>
2627
</filter>

0 commit comments

Comments
 (0)