File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
* .lock
2
2
/.idea
3
3
/vendor
4
+ /.phpunit.cache
4
5
/.php-cs-fixer.cache
5
6
/.phpunit.result.cache
Original file line number Diff line number Diff line change 25
25
}
26
26
},
27
27
"require-dev" : {
28
- "phpunit/phpunit" : " ^9.3 " ,
29
- "orchestra/testbench" : " ^7 .0" ,
28
+ "phpunit/phpunit" : " ^10.0 " ,
29
+ "orchestra/testbench" : " ^8 .0" ,
30
30
"friendsofphp/php-cs-fixer" : " ^3.14"
31
31
},
32
32
"autoload-dev" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit backupStaticAttributes =" false"
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd"
3
4
colors =" true"
4
- convertErrorsToExceptions =" true"
5
- convertNoticesToExceptions =" true"
6
- convertWarningsToExceptions =" true"
7
- processIsolation =" false"
8
5
stopOnFailure =" false"
6
+ cacheDirectory =" .phpunit.cache"
7
+ processIsolation =" false"
8
+ backupStaticProperties =" false"
9
9
bootstrap =" tests/bootstrap.php" >
10
10
<testsuites >
11
11
<testsuite name =" Test Suite" >
You can’t perform that action at this time.
0 commit comments