Skip to content

Commit

Permalink
DevKit updates (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed May 31, 2018
1 parent 49c7ece commit 8e28ce7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
DO NOT EDIT THIS FILE!
It's auto-generated by sonata-project/dev-kit package.
-->

<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="true"
Expand All @@ -12,11 +18,15 @@
bootstrap="tests/bootstrap.php"
>
<testsuites>
<testsuite name="SonataUserBundle Test Suite">
<testsuite name="Sonata User Bundle Test Suite">
<directory suffix="Test.php">./tests/</directory>
</testsuite>
</testsuites>

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

<filter>
<whitelist>
<directory suffix=".php">./src/</directory>
Expand Down

0 comments on commit 8e28ce7

Please sign in to comment.