File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 11/vendor
22composer.lock
33/phpunit.xml
4+ /.phpunit.cache
45.phpunit.result.cache
Original file line number Diff line number Diff line change 2828 "mockery/mockery" : " ^1.0" ,
2929 "orchestra/testbench" : " ^8.11" ,
3030 "phpstan/phpstan" : " ^1.10" ,
31- "phpunit/phpunit" : " ^9.3 "
31+ "phpunit/phpunit" : " ^10.1 "
3232 },
3333 "autoload" : {
3434 "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- convertDeprecationsToExceptions =" true"
7- convertErrorsToExceptions =" true"
8- convertNoticesToExceptions =" true"
9- convertWarningsToExceptions =" true"
106 processIsolation =" false"
117 stopOnFailure =" false"
12- >
8+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.4/phpunit.xsd"
9+ cacheDirectory =" .phpunit.cache"
10+ backupStaticProperties =" false" >
1311 <testsuites >
1412 <testsuite name =" Jetstream Test Suite" >
15- <directory suffix =" .php" >./tests/</directory >
13+ <directory suffix =" Test .php" >./tests/</directory >
1614 </testsuite >
1715 </testsuites >
1816 <php >
You can’t perform that action at this time.
0 commit comments