File tree Expand file tree Collapse file tree 3 files changed +13
-16
lines changed Expand file tree Collapse file tree 3 files changed +13
-16
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,5 @@ phpunit.xml
22vendor /
33build /
44composer.lock
5- .phpunit.result.cache
65phpcs.xml
76.phpcs-cache
Original file line number Diff line number Diff line change 2727 "phpmyadmin/coding-standard" : " ^3.0.0" ,
2828 "phpmyadmin/motranslator" : " ^5.2" ,
2929 "phpstan/phpstan" : " ^1.9.4" ,
30- "phpunit/phpunit" : " ^7 || ^8 || ^9"
30+ "phpunit/phpunit" : " ^8.5 || ^9.6 "
3131 },
3232 "scripts" : {
3333 "phpstan" : " ./vendor/bin/phpstan analyse" ,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2-
3- <phpunit backupGlobals =" false"
4- backupStaticAttributes =" false"
5- colors =" true"
6- convertErrorsToExceptions =" true"
7- convertNoticesToExceptions =" true"
8- convertWarningsToExceptions =" true"
9- processIsolation =" false"
10- stopOnFailure =" false"
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/8.5/phpunit.xsd"
114 bootstrap =" vendor/autoload.php"
12- >
5+ cacheResultFile =" build/.phpunit.cache/test-results"
6+ beStrictAboutOutputDuringTests =" true"
7+ beStrictAboutTodoAnnotatedTests =" true"
8+ convertDeprecationsToExceptions =" true"
9+ colors =" true"
10+ verbose =" true" >
1311 <testsuites >
14- <testsuite name =" Twig Extensions Test Suite " >
15- <directory >./ test/ </directory >
12+ <testsuite name =" default " >
13+ <directory >test</directory >
1614 </testsuite >
1715 </testsuites >
1816
2119 </logging >
2220
2321 <filter >
24- <whitelist >
25- <directory suffix =" .php" >./ src/ </directory >
22+ <whitelist processUncoveredFilesFromWhitelist = " true " >
23+ <directory suffix =" .php" >src</directory >
2624 </whitelist >
2725 </filter >
2826</phpunit >
You can’t perform that action at this time.
0 commit comments