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