File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11.idea
22.php_cs
33.php_cs.cache
4- .phpunit.result. cache
4+ .phpunit.cache
55build
66composer.lock
77coverage
Original file line number Diff line number Diff line change 1515 "symfony/polyfill-mbstring" : " ^1.27"
1616 },
1717 "require-dev" : {
18- "pestphp/pest" : " ^1.22.3" ,
19- "pestphp/pest-plugin-parallel" : " ^1.2" ,
20- "worksome/coding-style" : " ^2.3"
18+ "pestphp/pest" : " ^2.0" ,
19+ "worksome/coding-style" : " ^2.5"
2120 },
2221 "scripts" : {
2322 "lint" : " vendor/bin/ecs --fix --ansi" ,
Original file line number Diff line number Diff line change 22<phpunit
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
44 xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
5- backupGlobals =" false"
6- backupStaticAttributes =" false"
75 bootstrap =" vendor/autoload.php"
86 colors =" true"
9- convertErrorsToExceptions =" true"
10- convertNoticesToExceptions =" true"
11- convertWarningsToExceptions =" true"
12- processIsolation =" false"
13- stopOnFailure =" false"
14- executionOrder =" random"
15- failOnWarning =" true"
16- failOnRisky =" true"
17- failOnEmptyTestSuite =" true"
18- beStrictAboutOutputDuringTests =" true"
19- verbose =" true"
7+ cacheDirectory =" .phpunit.cache"
208>
219 <testsuites >
2210 <testsuite name =" Worksome Test Suite" >
You can’t perform that action at this time.
0 commit comments