File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments