File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77# test files
88tests / export-ignore
9- phpunit.xml. dist export-ignore
9+ phpunit.dist.xml export-ignore
1010.php-cs-fixer.dist.php export-ignore
1111
1212# development tools
Original file line number Diff line number Diff line change 1919 "codeigniter4/codeigniter4" : " dev-develop" ,
2020 "friendsofphp/php-cs-fixer" : " ^3.53" ,
2121 "nexusphp/cs-config" : " ^3.22" ,
22- "phpunit/phpunit" : " ^10 .5 || ^11.0 "
22+ "phpunit/phpunit" : " ^11 .5 || ^12.5 "
2323 },
2424 "repositories" : [
2525 {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : noNamespaceSchemaLocation =" https://schema. phpunit.de/11.1 /phpunit.xsd"
3+ xsi : noNamespaceSchemaLocation =" vendor/ phpunit/phpunit /phpunit.xsd"
44 bootstrap =" vendor/codeigniter4/codeigniter4/system/Test/bootstrap.php"
5- backupGlobals =" false"
5+ cacheDirectory =" .phpunit.cache"
6+ beStrictAboutOutputDuringTests =" true"
67 colors =" true"
78 columns =" max"
8- stopOnError = " false "
9- stopOnFailure = " false "
10- stopOnIncomplete = " false "
11- stopOnSkipped = " false "
12- cacheDirectory = " .phpunit.cache " >
9+ displayDetailsOnAllIssues = " true "
10+ failOnPhpunitDeprecation = " true "
11+ failOnRisky = " true "
12+ failOnWarning = " true "
13+ >
1314 <testsuites >
1415 <testsuite name =" Automatic Review Test Suite" >
1516 <directory suffix =" Test.php" >tests/AutoReview</directory >
1920 </testsuite >
2021 </testsuites >
2122
22- <source >
23+ <source ignoreIndirectDeprecations = " true " restrictNotices = " true " restrictWarnings = " true " >
2324 <include >
2425 <directory suffix =" .php" >Language</directory >
2526 </include >
You can’t perform that action at this time.
0 commit comments