Skip to content

Commit 575b080

Browse files
committed
DevKit updates
1 parent 1a4b89b commit 575b080

1 file changed

Lines changed: 8 additions & 13 deletions

File tree

phpunit.xml.dist

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,37 +6,32 @@ DO NOT EDIT THIS FILE!
66
It's auto-generated by sonata-project/dev-kit package.
77
-->
88

9-
<phpunit backupGlobals="false"
10-
backupStaticAttributes="false"
9+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1110
colors="true"
1211
failOnWarning="true"
1312
failOnRisky="true"
14-
stopOnFailure="false"
13+
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
14+
displayDetailsOnAllIssues="true"
1515
bootstrap="tests/bootstrap.php"
1616
>
1717
<testsuites>
1818
<testsuite name="SonataClassificationBundle Test Suite">
19-
<directory suffix="Test.php">./tests/</directory>
19+
<directory>./tests/</directory>
2020
</testsuite>
2121
</testsuites>
2222

23-
<coverage>
23+
<source ignoreSuppressionOfDeprecations="true">
2424
<include>
25-
<directory suffix=".php">./src/</directory>
25+
<directory>src</directory>
2626
</include>
27-
</coverage>
28-
29-
<listeners>
30-
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener"/>
31-
</listeners>
27+
</source>
3228

3329
<extensions>
34-
<extension class="DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension" />
30+
<bootstrap class="DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension" />
3531
</extensions>
3632

3733
<php>
3834
<ini name="precision" value="8" />
39-
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=0" />
4035
<env name="KERNEL_CLASS" value="\Sonata\ClassificationBundle\Tests\App\AppKernel" />
4136
<server name="APP_ENV" value="test" force="true" />
4237
<server name="APP_DEBUG" value="false" />

0 commit comments

Comments
 (0)