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" : " ^7.21 "
25+ "orchestra/testbench" : " ^8 "
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 backupGlobals = " false "
3- backupStaticAttributes =" false"
2+ <phpunit xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance "
3+ backupGlobals =" false"
44 bootstrap =" vendor/autoload.php"
55 colors =" true"
6- convertErrorsToExceptions =" true"
7- convertNoticesToExceptions =" true"
8- convertWarningsToExceptions =" true"
96 processIsolation =" false"
107 stopOnFailure =" false"
11- >
8+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd"
9+ cacheDirectory =" .phpunit.cache"
10+ backupStaticProperties =" false" >
1211 <testsuites >
1312 <testsuite name =" Package Test Suite" >
1413 <directory suffix =" .php" >./tests/</directory >
You can’t perform that action at this time.
0 commit comments