File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 2525 "ext-mbstring" : " *"
2626 },
2727 "require-dev" : {
28- "phpunit/phpunit" : " ^7.5 || ^8 || ^9 || ^10 || ^11"
28+ "phpunit/phpunit" : " ^7.5 || ^8 || ^9 || ^10 || ^11 || ^12"
29+ },
30+ "scripts" : {
31+ "test" : " phpunit"
2932 }
3033}
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
33<phpunit backupGlobals =" false"
4- backupStaticAttributes =" false"
54 colors =" false"
6- convertErrorsToExceptions =" true"
7- convertNoticesToExceptions =" true"
8- convertWarningsToExceptions =" true"
95 stopOnFailure =" false"
106 bootstrap =" vendor/autoload.php"
7+ displayDetailsOnTestsThatTriggerDeprecations =" true"
8+ displayDetailsOnTestsThatTriggerNotices =" true"
9+ displayDetailsOnTestsThatTriggerWarnings =" true"
10+ displayDetailsOnTestsThatTriggerErrors =" true"
11+ displayDetailsOnSkippedTests =" true"
1112 >
1213 <testsuites >
1314 <testsuite name =" PHP Font Lib Test Suite" >
You can’t perform that action at this time.
0 commit comments