File tree Expand file tree Collapse file tree 3 files changed +19
-21
lines changed
Expand file tree Collapse file tree 3 files changed +19
-21
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ src/PHPFUI/README.md
1010composer.lock
1111.php-cs-fixer.cache
1212.phpunit.result.cache
13+ .phpunit.cache
1314phpunit.xml
1415composer.phar
1516
Original file line number Diff line number Diff line change 1717 "spatie/guzzle-rate-limiter-middleware" : " ^2.0"
1818 },
1919 "require-dev" : {
20- "phpunit/phpunit" : " <11 .0" ,
20+ "phpunit/phpunit" : " <12 .0" ,
2121 "gitonomy/gitlib" : " >=1.2" ,
2222 "phpfui/phpunit-syntax-coverage" : " ^1.0" ,
2323 "roave/security-advisories" : " dev-latest" ,
2424 "friendsofphp/php-cs-fixer" : " ^3.0" ,
25- "symfony/yaml" : " ^6 .0" ,
25+ "symfony/yaml" : " ^7 .0" ,
2626 "phpstan/phpstan" : " ^1.8"
2727 },
2828 "autoload" : {
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- convertDeprecationsToExceptions=" true"
10- processIsolation=" false"
11- stopOnFailure=" false"
12- bootstrap=" ./Tests/bootstrap.php"
13- >
14-
15- <testsuites >
16- <testsuite name =" Basic Syntax tests" >
17- <directory >./Tests/</directory >
18- </testsuite >
19- </testsuites >
20- </phpunit >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ backupGlobals=" false"
4+ colors=" true"
5+ processIsolation=" false"
6+ stopOnFailure=" false"
7+ bootstrap=" ./Tests/bootstrap.php"
8+ xsi:noNamespaceSchemaLocation=" https://schema.phpunit.de/11.2/phpunit.xsd"
9+ cacheDirectory=" .phpunit.cache"
10+ backupStaticProperties=" false"
11+ >
12+ <testsuites >
13+ <testsuite name =" Basic Syntax tests" >
14+ <directory >./Tests/</directory >
15+ </testsuite >
16+ </testsuites >
17+ </phpunit >
You can’t perform that action at this time.
0 commit comments