Skip to content

Commit 770a2fc

Browse files
author
Bastian Schwarz
committed
Updated phive dependencies and migrated phpunit config
1 parent 0cd2837 commit 770a2fc

7 files changed

Lines changed: 3678 additions & 1483 deletions

File tree

phive.xml renamed to .phive/phars.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<phive>
18-
<phar name="phpunit" version="^10.0" location="./tools/phpunit.phar" copy="true" installed="10.0.19"/>
19-
<phar name="psalm" version="^5.8" location="./tools/psalm" copy="true" installed="5.9.0"/>
20-
<phar name="composer-unused" version="^0.8.6" location="./tools/composer-unused" copy="true" installed="0.8.7"/>
21-
<phar name="composer-require-checker" version="^4.5" location="./tools/composer-require-checker" copy="true"
22-
installed="4.5.0"/>
23-
<phar name="infection" version="^0.26" location="./tools/infection" copy="true" installed="0.26.18"/>
17+
<phive xmlns="https://phar.io/phive">
18+
<phar name="phpunit" version="^10.0" location="./tools/phpunit.phar" copy="true" installed="10.1.3"/>
19+
<phar name="psalm" version="^5.8" location="./tools/psalm" copy="true" installed="5.11.0"/>
20+
<phar name="composer-unused" version="^0.8.6" location="./tools/composer-unused" copy="true" installed="0.8.8"/>
21+
<phar name="composer-require-checker" version="^4.5" location="./tools/composer-require-checker" copy="true" installed="4.6.0"/>
22+
<phar name="infection" version="^0.26" location="./tools/infection" copy="true" installed="0.26.21"/>
2423
</phive>

test/phpunit.dist.xml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,8 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
19-
colors="true"
20-
bootstrap="./../vendor/autoload.php"
21-
cacheDirectory="../.cache/phpunit"
22-
>
23-
<coverage>
24-
<include>
25-
<directory suffix=".php">./../src</directory>
26-
</include>
27-
</coverage>
17+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd" colors="true" bootstrap="./../vendor/autoload.php" cacheDirectory="../.cache/phpunit">
18+
<coverage/>
2819
<testsuites>
2920
<testsuite name="all">
3021
<directory>.</directory>
@@ -39,4 +30,9 @@
3930
<php>
4031
<ini name="date.timezone" value="Europe/Berlin"/>
4132
</php>
33+
<source>
34+
<include>
35+
<directory>./../src</directory>
36+
</include>
37+
</source>
4238
</phpunit>

tools/composer-require-checker

135 Bytes
Binary file not shown.

tools/composer-unused

281 KB
Binary file not shown.

tools/infection

29 Bytes
Binary file not shown.

tools/phpunit.phar

Lines changed: 3665 additions & 1465 deletions
Large diffs are not rendered by default.

tools/psalm

109 KB
Binary file not shown.

0 commit comments

Comments
 (0)