File tree 3 files changed +16
-17
lines changed
3 files changed +16
-17
lines changed Original file line number Diff line number Diff line change 1
1
vendor /
2
2
composer.lock
3
- .phpunit.result. cache
3
+ .phpunit.cache /
Original file line number Diff line number Diff line change 33
33
"require-dev" : {
34
34
"laravel-json-api/testing" : " ^2.0" ,
35
35
"orchestra/testbench" : " ^8.0" ,
36
- "phpunit/phpunit" : " ^9.5.28 "
36
+ "phpunit/phpunit" : " ^10.5 "
37
37
},
38
38
"autoload" : {
39
39
"psr-4" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
backupGlobals =" false"
4
- backupStaticAttributes =" false"
5
- beStrictAboutTestsThatDoNotTestAnything =" false"
4
+ beStrictAboutTestsThatDoNotTestAnything =" true"
6
5
bootstrap =" vendor/autoload.php"
7
6
colors =" true"
8
- convertErrorsToExceptions =" true"
9
- convertNoticesToExceptions =" true"
10
- convertWarningsToExceptions =" true"
11
- convertDeprecationsToExceptions =" true"
12
7
processIsolation =" false"
13
8
stopOnError =" false"
14
9
stopOnFailure =" false"
15
- verbose =" true"
16
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd"
10
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.4/phpunit.xsd"
11
+ cacheDirectory =" .phpunit.cache"
12
+ backupStaticProperties =" false"
13
+ failOnWarning =" true"
14
+ failOnDeprecation =" true"
15
+ failOnNotice =" true"
17
16
>
18
- <coverage >
19
- <include >
20
- <directory suffix =" .php" >src/</directory >
21
- </include >
22
- </coverage >
17
+ <coverage />
23
18
<testsuites >
24
19
<testsuite name =" Unit" >
25
20
<directory suffix =" Test.php" >./tests/Unit/</directory >
30
25
</testsuites >
31
26
<php >
32
27
<ini name =" error_reporting" value =" E_ALL" />
33
- <env name =" DB_CONNECTION" value =" testing" />
34
28
</php >
35
- </phpunit >
29
+ <source >
30
+ <include >
31
+ <directory suffix =" .php" >src/</directory >
32
+ </include >
33
+ </source >
34
+ </phpunit >
You can’t perform that action at this time.
0 commit comments