File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phive xmlns =" https://phar.io/phive" >
3
3
<phar name =" phpab" version =" ^1.29" installed =" 1.29.3" location =" ./tools/phpab" copy =" true" />
4
- <phar name =" php-cs-fixer" version =" ^3.80" installed =" 3.82.1 " location =" ./tools/php-cs-fixer" copy =" true" />
4
+ <phar name =" php-cs-fixer" version =" ^3.80" installed =" 3.82.2 " location =" ./tools/php-cs-fixer" copy =" true" />
5
5
<phar name =" humbug/php-scoper" version =" ^0.18" installed =" 0.18.17" location =" ./tools/php-scoper" copy =" true" />
6
6
<phar name =" composer" version =" ^2.8" installed =" 2.8.9" location =" ./tools/composer" copy =" true" />
7
7
<phar name =" phpstan" version =" ^2.1" installed =" 2.1.17" location =" ./tools/phpstan" copy =" true" />
Original file line number Diff line number Diff line change 3
3
xsi : noNamespaceSchemaLocation =" phpunit.xsd"
4
4
bootstrap =" tests/bootstrap.php"
5
5
cacheDirectory =" .phpunit.cache"
6
+ shortenArraysForExportThreshold =" 10"
6
7
beStrictAboutOutputDuringTests =" true"
8
+ displayDetailsOnPhpunitDeprecations =" true"
9
+ failOnPhpunitDeprecation =" true"
7
10
failOnRisky =" true"
8
11
failOnWarning =" true"
9
12
colors =" true" >
44
47
</testsuite >
45
48
</testsuites >
46
49
47
- <source >
50
+ <source ignoreIndirectDeprecations = " true " restrictNotices = " true " restrictWarnings = " true " >
48
51
<include >
49
52
<directory >src</directory >
50
53
</include >
You can’t perform that action at this time.
0 commit comments