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