Skip to content

Commit dbf23c9

Browse files
Merge pull request #8 from codenamephp/update/phpunit10
PHPUnit10
2 parents 3e9542a + a29a1b4 commit dbf23c9

8 files changed

Lines changed: 45306 additions & 50459 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/.cache/*
22
/.logs/*
3-
/test/.phpunit.result.cache
43
!/**/.gitkeep
54
.env
65

phive.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
~ limitations under the License.
1616
-->
1717
<phive xmlns="https://phar.io/phive">
18-
<phar name="phpunit" version="^9.0.1" installed="9.5.27" location="./tools/phpunit.phar" copy="true"/>
19-
<phar name="psalm" version="^5.0" installed="5.2.0" location="./tools/psalm" copy="true"/>
20-
<phar name="composer-unused" version="^0.8" installed="0.8.5" location="./tools/composer-unused" copy="true"/>
21-
<phar name="composer-require-checker" version="^4.0" installed="4.4.0" location="./tools/composer-require-checker" copy="true"/>
22-
<phar name="infection" version="^0.26" installed="0.26.16" location="./tools/infection" copy="true"/>
18+
<phar name="phpunit" version="^10.0" installed="10.0.15" location="./tools/phpunit.phar" copy="true"/>
19+
<phar name="psalm" version="^5.0" installed="5.8.0" location="./tools/psalm" copy="true"/>
20+
<phar name="composer-unused" version="^0.8" installed="0.8.6" location="./tools/composer-unused" copy="true"/>
21+
<phar name="composer-require-checker" version="^4.0" installed="4.5.0" location="./tools/composer-require-checker" copy="true"/>
22+
<phar name="infection" version="^0.26" installed="0.26.19" location="./tools/infection" copy="true"/>
2323
</phive>

test/phpunit.dist.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@
1515
~ limitations under the License.
1616
~
1717
-->
18-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" bootstrap="./../vendor/autoload.php"
19-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
18+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
20+
colors="true"
21+
bootstrap="./../vendor/autoload.php"
22+
cacheDirectory="../.cache/phpunit"
23+
>
2024
<coverage>
2125
<include>
2226
<directory suffix=".php">./../src</directory>

tools/composer-require-checker

-6.74 KB
Binary file not shown.

tools/composer-unused

26.9 MB
Binary file not shown.

tools/infection

11.8 KB
Binary file not shown.

tools/phpunit.phar

Lines changed: 45295 additions & 50451 deletions
Large diffs are not rendered by default.

tools/psalm

-42.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)