File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11vendor /
22composer.lock
3- .phpunit.result. cache
3+ .phpunit.cache /
Original file line number Diff line number Diff line change 2121 "ext-json" : " *"
2222 },
2323 "require-dev" : {
24- "phpunit/phpunit" : " ^9.0 " ,
24+ "phpunit/phpunit" : " ^11.5 " ,
2525 "phpstan/phpstan" : " ^2.1" ,
2626 "laravel/pint" : " ^1.22"
2727 },
5050 "prefer-stable" : true ,
5151 "extra" : {
5252 "branch-alias" : {
53- "dev-develop" : " 2 .x-dev"
53+ "dev-develop" : " 3 .x-dev"
5454 }
5555 }
5656}
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
33 backupGlobals =" false"
4- backupStaticAttributes =" false"
54 beStrictAboutTestsThatDoNotTestAnything =" false"
65 bootstrap =" vendor/autoload.php"
76 colors =" true"
8- convertErrorsToExceptions =" true"
9- convertNoticesToExceptions =" true"
10- convertWarningsToExceptions =" true"
11- convertDeprecationsToExceptions =" true"
127 processIsolation =" false"
138 stopOnError =" false"
149 stopOnFailure =" false"
15- verbose = " true "
16- xsi : noNamespaceSchemaLocation = " https://schema .phpunit.de/9.3/phpunit.xsd "
17- >
10+ xsi : noNamespaceSchemaLocation = " https://schema.phpunit.de/10.5/phpunit.xsd "
11+ cacheDirectory = " .phpunit.cache "
12+ backupStaticProperties = " false " >
1813 <testsuites >
1914 <testsuite name =" Unit" >
2015 <directory >./tests/Unit/</directory >
You can’t perform that action at this time.
0 commit comments