File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ .phpunit.result.cache
12composer.lock
3+ phpunit.xml
24vendor
Original file line number Diff line number Diff line change 2626 "php" : " ^7.1"
2727 },
2828 "require-dev" : {
29- "phpunit/phpunit" : " ^6.0 "
29+ "phpunit/phpunit" : " ^7.5 || ^8.5 || ^9.3 "
3030 },
3131 "autoload" : {
3232 "psr-4" : {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit colors =" true" >
2+ <phpunit bootstrap =" vendor/autoload.php"
3+ backupGlobals =" false"
4+ backupStaticAttributes =" false"
5+ colors =" true"
6+ verbose =" true"
7+ convertErrorsToExceptions =" true"
8+ convertNoticesToExceptions =" true"
9+ convertWarningsToExceptions =" true"
10+ processIsolation =" false"
11+ stopOnFailure =" false" >
312 <testsuites >
413 <testsuite name =" Dot Access Data Test Suite" >
514 <directory >./tests</directory >
You can’t perform that action at this time.
0 commit comments