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