Skip to content

Commit d6f3f81

Browse files
Merge branch '8.5' into 9.6
2 parents c69421e + 72ab867 commit d6f3f81

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.phive/phars.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
33
<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"/>
55
<phar name="psalm" version="^5.26" installed="5.26.1" location="./tools/psalm" copy="true"/>
66
<phar name="humbug/php-scoper" version="^0.18" installed="0.18.17" location="./tools/php-scoper" copy="true"/>
77
<phar name="composer" version="^2.8" installed="2.8.9" location="./tools/composer" copy="true"/>

phpunit.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="phpunit.xsd"
44
bootstrap="tests/bootstrap.php"
5+
cacheResultFile=".phpunit.cache/test-results"
6+
beStrictAboutOutputDuringTests="true"
57
convertDeprecationsToExceptions="true"
68
colors="true"
79
verbose="true"
8-
cacheResultFile=".phpunit.cache/test-results"
910
failOnRisky="true"
1011
failOnWarning="true">
1112
<testsuites>

tools/php-cs-fixer

400 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)