Skip to content

Commit

Permalink
Add missing exclusions from phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Nov 18, 2015
1 parent 6cbd394 commit 4b97945
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phpunit.xml.dist
Expand Up @@ -9,6 +9,7 @@
<php>
<ini name="error_reporting" value="-1" />
</php>

<testsuites>
<testsuite name="Symfony Serializer Component Test Suite">
<directory>./Tests/</directory>
Expand All @@ -19,8 +20,8 @@
<whitelist>
<directory>./</directory>
<exclude>
<directory>./vendor</directory>
<directory>./Tests</directory>
<directory>./vendor</directory>
</exclude>
</whitelist>
</filter>
Expand Down

0 comments on commit 4b97945

Please sign in to comment.