File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2-
32<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/7 .5/phpunit.xsd"
3+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/8 .5/phpunit.xsd"
54 bootstrap =" vendor/autoload.php"
65 colors =" true"
7- >
6+ executionOrder =" depends,defects"
7+ forceCoversAnnotation =" false"
8+ beStrictAboutCoversAnnotation =" true"
9+ beStrictAboutOutputDuringTests =" true"
10+ beStrictAboutTodoAnnotatedTests =" true"
11+ verbose =" true" >
812
913 <testsuites >
1014 <testsuite name =" DarkWeb Design Symfony Add-on Form Types Test Suite" >
1317 </testsuites >
1418
1519 <filter >
16- <whitelist >
17- <directory >src</directory >
20+ <whitelist processUncoveredFilesFromWhitelist = " true " >
21+ <directory suffix = " .php " >src</directory >
1822 </whitelist >
1923 </filter >
2024
You can’t perform that action at this time.
0 commit comments