File tree Expand file tree Collapse file tree 1 file changed +24
-30
lines changed Expand file tree Collapse file tree 1 file changed +24
-30
lines changed Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" UTF-8" ?>
2-
3- <phpunit backupGlobals =" false"
4- backupStaticAttributes =" false"
5- colors =" true"
6- convertErrorsToExceptions =" true"
7- convertNoticesToExceptions =" true"
8- convertWarningsToExceptions =" true"
9- processIsolation =" false"
10- stopOnFailure =" false"
11- syntaxCheck =" false"
12- bootstrap =" tests/bootstrap.php"
13- >
14- <testsuites >
15- <testsuite name =" MetaModels attribute checkbox tests" >
16- <directory >./tests/MetaModels/</directory >
17- </testsuite >
18- </testsuites >
19-
20- <groups >
21- <exclude >
22- <group >slow</group >
23- </exclude >
24- </groups >
25-
26- <filter >
27- <whitelist >
28- <directory >./src/MetaModels/</directory >
29- </whitelist >
30- </filter >
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
3+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/6.1/phpunit.xsd"
5+ colors =" true"
6+ forceCoversAnnotation =" true"
7+ failOnRisky =" true"
8+ failOnWarning =" true"
9+ beStrictAboutChangesToGlobalState =" true"
10+ beStrictAboutOutputDuringTests =" true"
11+ beStrictAboutResourceUsageDuringSmallTests =" true"
12+ beStrictAboutTodoAnnotatedTests =" true"
13+ bootstrap =" vendor/autoload.php"
14+ >
15+ <testsuites >
16+ <testsuite name =" MetaModels attribute for checkbox tests" >
17+ <directory >./tests</directory >
18+ </testsuite >
19+ </testsuites >
20+ <filter >
21+ <whitelist >
22+ <directory >./src</directory >
23+ </whitelist >
24+ </filter >
3125</phpunit >
You can’t perform that action at this time.
0 commit comments