File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
/coverage
3
3
composer.phar
4
4
composer.lock
5
- /.phpunit.cache /
Original file line number Diff line number Diff line change 22
22
},
23
23
"require-dev" : {
24
24
"nunomaduro/larastan" : " ^2.4" ,
25
- "orchestra/testbench" : " ^8 "
25
+ "orchestra/testbench" : " ^7.21 "
26
26
},
27
27
"autoload" : {
28
28
"psr-4" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance "
3
- backupGlobals =" false"
2
+ <phpunit backupGlobals = " false "
3
+ backupStaticAttributes =" false"
4
4
bootstrap =" vendor/autoload.php"
5
5
colors =" true"
6
+ convertErrorsToExceptions =" true"
7
+ convertNoticesToExceptions =" true"
8
+ convertWarningsToExceptions =" true"
6
9
processIsolation =" false"
7
10
stopOnFailure =" false"
8
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd"
9
- cacheDirectory =" .phpunit.cache"
10
- backupStaticProperties =" false" >
11
+ >
11
12
<testsuites >
12
13
<testsuite name =" Package Test Suite" >
13
14
<directory suffix =" .php" >./tests/</directory >
You can’t perform that action at this time.
0 commit comments