Skip to content

Commit 4615274

Browse files
authored
Migration de la config PHPUnit (#2053)
1 parent fd2959c commit 4615274

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

phpunit.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,20 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
5-
cacheResultFile="var/cache/.phpunit.cache/test-results"
65
executionOrder="depends,defects"
76
beStrictAboutOutputDuringTests="true"
8-
beStrictAboutTodoAnnotatedTests="true"
9-
convertDeprecationsToExceptions="true"
107
failOnRisky="true"
118
failOnWarning="true"
12-
verbose="true">
9+
cacheDirectory="var/cache/phpunit">
1310
<testsuites>
1411
<testsuite name="unit">
1512
<directory>tests/unit</directory>
1613
</testsuite>
17-
1814
<testsuite name="integration">
1915
<directory>tests/integration</directory>
2016
</testsuite>
2117
</testsuites>
22-
2318
<php>
2419
<env name="KERNEL_CLASS" value="\AppBundle\AppKernel"/>
2520
</php>

0 commit comments

Comments
 (0)