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 22/coverage
33composer.phar
44composer.lock
5- /.phpunit.cache /
Original file line number Diff line number Diff line change 2222 },
2323 "require-dev" : {
2424 "nunomaduro/larastan" : " ^2.4" ,
25- "orchestra/testbench" : " ^8 "
25+ "orchestra/testbench" : " ^7.21 "
2626 },
2727 "autoload" : {
2828 "psr-4" : {
Original file line number Diff line number Diff line change 11<?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"
44 bootstrap =" vendor/autoload.php"
55 colors =" true"
6+ convertErrorsToExceptions =" true"
7+ convertNoticesToExceptions =" true"
8+ convertWarningsToExceptions =" true"
69 processIsolation =" false"
710 stopOnFailure =" false"
8- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd"
9- cacheDirectory =" .phpunit.cache"
10- backupStaticProperties =" false" >
11+ >
1112 <testsuites >
1213 <testsuite name =" Package Test Suite" >
1314 <directory suffix =" .php" >./tests/</directory >
You can’t perform that action at this time.
0 commit comments