This repository was archived by the owner on Jan 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +23
-19
lines changed Expand file tree Collapse file tree 1 file changed +23
-19
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
- bootstrap =" vendor/autoload.php"
5
- colors =" true"
6
- convertErrorsToExceptions =" true"
7
- convertNoticesToExceptions =" true"
8
- convertWarningsToExceptions =" true"
9
- processIsolation =" false"
10
- stopOnFailure =" false" >
11
- <testsuites >
12
- <testsuite name =" Application Test Suite" >
13
- <directory >./tests/</directory >
14
- </testsuite >
15
- </testsuites >
16
- <filter >
17
- <whitelist >
18
- <directory suffix =" .php" >src/</directory >
19
- </whitelist >
20
- </filter >
2
+ <phpunit
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ backupGlobals =" false"
5
+ backupStaticAttributes =" false"
6
+ bootstrap =" vendor/autoload.php"
7
+ colors =" true"
8
+ convertErrorsToExceptions =" true"
9
+ convertNoticesToExceptions =" true"
10
+ convertWarningsToExceptions =" true"
11
+ processIsolation =" false"
12
+ stopOnFailure =" false"
13
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd"
14
+ >
15
+ <coverage >
16
+ <include >
17
+ <directory suffix =" .php" >src/</directory >
18
+ </include >
19
+ </coverage >
20
+ <testsuites >
21
+ <testsuite name =" Application Test Suite" >
22
+ <directory >./tests/</directory >
23
+ </testsuite >
24
+ </testsuites >
21
25
</phpunit >
You can’t perform that action at this time.
0 commit comments