Skip to content

Commit cb7e1e6

Browse files
authored
Merge pull request #42 from staabm/uo
Bump PHPUnit to 10.5.60
2 parents a4a43c5 + bc05f86 commit cb7e1e6

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed

phive.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="phpunit" version="^10.0" installed="10.5.59" location="./tools/phpunit" copy="false"/>
3+
<phar name="phpunit" version="^10.0" installed="10.5.60" location="./tools/phpunit" copy="false"/>
44
<phar name="phpab" version="^1.23.0" installed="1.29.3" location="./tools/phpab" copy="false"/>
5-
<phar name="php-cs-fixer" version="^3.75.0" installed="3.91.1" location="./tools/php-cs-fixer" copy="false"/>
5+
<phar name="php-cs-fixer" version="^3.75.0" installed="3.91.3" location="./tools/php-cs-fixer" copy="false"/>
66
</phive>

phpunit.xml

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" bootstrap="src/autoload.php"
4-
backupGlobals="false" beStrictAboutOutputDuringTests="true" beStrictAboutTestsThatDoNotTestAnything="true"
5-
beStrictAboutTodoAnnotatedTests="true" verbose="true">
6-
7-
<coverage processUncoveredFiles="true">
8-
<include>
9-
<directory suffix=".php">src</directory>
10-
</include>
11-
<report>
12-
<html outputDirectory="build/coverage/html" lowUpperBound="60" highLowerBound="90" />
13-
</report>
14-
</coverage>
15-
16-
<testsuite name="Tokenizer">
17-
<directory suffix="Test.php">tests</directory>
18-
</testsuite>
19-
2+
<phpunit
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
5+
bootstrap="src/autoload.php"
6+
backupGlobals="false"
7+
beStrictAboutOutputDuringTests="true"
8+
beStrictAboutTestsThatDoNotTestAnything="true">
9+
<coverage>
10+
<report>
11+
<html outputDirectory="build/coverage/html" lowUpperBound="60" highLowerBound="90"/>
12+
</report>
13+
</coverage>
14+
<testsuite name="Tokenizer">
15+
<directory suffix="Test.php">tests</directory>
16+
</testsuite>
17+
<source>
18+
<include>
19+
<directory suffix=".php">src</directory>
20+
</include>
21+
</source>
2022
</phpunit>

0 commit comments

Comments
 (0)