|
|
@@ -36,22 +36,28 @@ |
|
|
|
<env name="MAIL_DRIVER" value="array"/> |
|
|
|
</php> |
|
|
|
<testsuites> |
|
|
|
<testsuite name="Controller"> |
|
|
|
<directory suffix="Test.php">./tests/Controller</directory> |
|
|
|
</testsuite> |
|
|
|
<testsuite name="Core"> |
|
|
|
<directory suffix="Test.php">./tests/Core</directory> |
|
|
|
</testsuite> |
|
|
|
<testsuite name="Entity"> |
|
|
|
<directory suffix="Test.php">./tests/Entity</directory> |
|
|
|
</testsuite> |
|
|
|
<testsuite name="Twig"> |
|
|
|
<directory suffix="Test.php">./tests/Twig</directory> |
|
|
|
</testsuite> |
|
|
|
<testsuite name="Util"> |
|
|
|
<directory suffix="Test.php">./tests/Util</directory> |
|
|
|
</testsuite> |
|
|
|
</testsuites> |
|
|
|
<testsuite name="Controller"> |
|
|
|
<directory suffix="Test.php">./tests/Controller</directory> |
|
|
|
</testsuite> |
|
|
|
<testsuite name="Core"> |
|
|
|
<directory suffix="Test.php">./tests/Core</directory> |
|
|
|
</testsuite> |
|
|
|
<testsuite name="Entity"> |
|
|
|
<directory suffix="Test.php">./tests/Entity</directory> |
|
|
|
</testsuite> |
|
|
|
<testsuite name="Twig"> |
|
|
|
<directory suffix="Test.php">./tests/Twig</directory> |
|
|
|
</testsuite> |
|
|
|
<testsuite name="Util"> |
|
|
|
<directory suffix="Test.php">./tests/Util</directory> |
|
|
|
</testsuite> |
|
|
|
<testsuite name="Plugins"> |
|
|
|
<directory suffix="Test.php">./plugins/</directory> |
|
|
|
</testsuite> |
|
|
|
<testsuite name="Component"> |
|
|
|
<directory suffix="Test.php">./components/</directory> |
|
|
|
</testsuite> |
|
|
|
</testsuites> |
|
|
|
<listeners> |
|
|
|
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener"/> |
|
|
|
</listeners> |
|
|
|