File tree 1 file changed +12
-21
lines changed
1 file changed +12
-21
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit
3
- colors =" true"
4
- cacheResult =" true"
5
- stopOnFailure =" false"
6
- convertErrorsToExceptions =" true"
7
- convertNoticesToExceptions =" true"
8
- convertWarningsToExceptions =" true"
9
- backupGlobals =" false"
10
- backupStaticAttributes =" false"
11
- failOnRisky =" true"
12
- failOnWarning =" true"
13
- >
14
- <testsuite name =" Open Code Modeling Code AST - Test Suite" >
15
- <directory suffix =" .php" >./tests</directory >
16
- </testsuite >
17
-
18
- <filter >
19
- <whitelist >
20
- <directory >./src/</directory >
21
- </whitelist >
22
- </filter >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" colors =" true" cacheResult =" true" stopOnFailure =" false"
3
+ convertErrorsToExceptions =" true" convertNoticesToExceptions =" true" convertWarningsToExceptions =" true"
4
+ backupGlobals =" false" backupStaticAttributes =" false" failOnRisky =" true" failOnWarning =" true"
5
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
6
+ <coverage >
7
+ <include >
8
+ <directory >./src/</directory >
9
+ </include >
10
+ </coverage >
11
+ <testsuite name =" Open Code Modeling Code AST - Test Suite" >
12
+ <directory suffix =" .php" >./tests</directory >
13
+ </testsuite >
23
14
</phpunit >
You can’t perform that action at this time.
0 commit comments