File tree 3 files changed +8
-9
lines changed
3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
/vendor
2
2
composer.lock
3
3
/phpunit.xml
4
+ /.phpunit.cache
4
5
.phpunit.result.cache
Original file line number Diff line number Diff line change 28
28
"mockery/mockery" : " ^1.0" ,
29
29
"orchestra/testbench" : " ^8.11" ,
30
30
"phpstan/phpstan" : " ^1.10" ,
31
- "phpunit/phpunit" : " ^9.3 "
31
+ "phpunit/phpunit" : " ^10.1 "
32
32
},
33
33
"autoload" : {
34
34
"psr-4" : {
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"
2
+ <phpunit xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance "
3
+ backupGlobals =" false"
4
4
bootstrap =" vendor/autoload.php"
5
5
colors =" true"
6
- convertDeprecationsToExceptions =" true"
7
- convertErrorsToExceptions =" true"
8
- convertNoticesToExceptions =" true"
9
- convertWarningsToExceptions =" true"
10
6
processIsolation =" false"
11
7
stopOnFailure =" false"
12
- >
8
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.4/phpunit.xsd"
9
+ cacheDirectory =" .phpunit.cache"
10
+ backupStaticProperties =" false" >
13
11
<testsuites >
14
12
<testsuite name =" Jetstream Test Suite" >
15
- <directory suffix =" .php" >./tests/</directory >
13
+ <directory suffix =" Test .php" >./tests/</directory >
16
14
</testsuite >
17
15
</testsuites >
18
16
<php >
You can’t perform that action at this time.
0 commit comments