Skip to content

Commit dba0ea2

Browse files
authored
Merge pull request #4201 from morozov/phpunit-9.3
Update PHPUnit to 9.3
2 parents e7c4149 + 1946a1e commit dba0ea2

26 files changed

+693
-504
lines changed

ci/github/phpunit.oci8.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/schema/9.3.xsd"
44
colors="true"
55
beStrictAboutOutputDuringTests="true"
66
beStrictAboutTodoAnnotatedTests="true"
@@ -28,9 +28,9 @@
2828
</testsuite>
2929
</testsuites>
3030

31-
<filter>
32-
<whitelist>
33-
<directory suffix=".php">../../lib</directory>
34-
</whitelist>
35-
</filter>
31+
<coverage>
32+
<include>
33+
<directory suffix=".php">../../lib/Doctrine</directory>
34+
</include>
35+
</coverage>
3636
</phpunit>

ci/github/phpunit.pdo-oci.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/schema/9.3.xsd"
44
colors="true"
55
beStrictAboutOutputDuringTests="true"
66
beStrictAboutTodoAnnotatedTests="true"
@@ -28,9 +28,9 @@
2828
</testsuite>
2929
</testsuites>
3030

31-
<filter>
32-
<whitelist>
33-
<directory suffix=".php">../../lib</directory>
34-
</whitelist>
35-
</filter>
31+
<coverage>
32+
<include>
33+
<directory suffix=".php">../../lib/Doctrine</directory>
34+
</include>
35+
</coverage>
3636
</phpunit>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"jetbrains/phpstorm-stubs": "^2019.1",
4343
"nikic/php-parser": "^4.4",
4444
"phpstan/phpstan": "^0.12.31",
45-
"phpunit/phpunit": "^9.2",
45+
"phpunit/phpunit": "^9.3",
4646
"psalm/plugin-phpunit": "^0.10.0",
4747
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
4848
"vimeo/psalm": "^3.11.4"

0 commit comments

Comments
 (0)