Skip to content

Commit

Permalink
Merge 2.x into master
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Jun 1, 2018
2 parents 1e60f62 + d1b7092 commit 9b32c19
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion phpunit.xml.dist
@@ -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="TranslationBundle Test Suite">
<testsuite name="Sonata Translation 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 9b32c19

Please sign in to comment.