File tree 2 files changed +17
-17
lines changed
2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ composer.lock
3
3
vendor
4
4
.idea
5
5
.php-cs-fixer.cache
6
+ .phpunit.cache
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"
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ bootstrap =" vendor/autoload.php"
3
4
backupGlobals =" false"
4
- backupStaticAttributes =" false"
5
5
colors =" true"
6
- verbose =" true"
7
- convertErrorsToExceptions =" true"
8
- convertNoticesToExceptions =" true"
9
- convertWarningsToExceptions =" true"
10
6
processIsolation =" true"
11
- stopOnFailure =" false" >
12
- <testsuites >
13
- <testsuite name =" Spatie Test Suite" >
14
- <directory >tests</directory >
15
- </testsuite >
16
- </testsuites >
17
- <filter >
18
- <whitelist >
19
- <directory suffix =" .php" >src/</directory >
20
- </whitelist >
21
- </filter >
7
+ stopOnFailure =" false"
8
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd"
9
+ cacheDirectory =" .phpunit.cache"
10
+ backupStaticProperties =" false" >
11
+ <testsuites >
12
+ <testsuite name =" Spatie Test Suite" >
13
+ <directory >tests</directory >
14
+ </testsuite >
15
+ </testsuites >
16
+ <source >
17
+ <include >
18
+ <directory suffix =" .php" >src/</directory >
19
+ </include >
20
+ </source >
22
21
</phpunit >
You can’t perform that action at this time.
0 commit comments