Skip to content

Commit e7ca0c3

Browse files
authored
Merge pull request #5899 from derrabus/bump/phpunit
PHPUnit 9.6.0
2 parents 2828cbf + b0db2d6 commit e7ca0c3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"jetbrains/phpstorm-stubs": "2022.3",
4545
"phpstan/phpstan": "1.9.14",
4646
"phpstan/phpstan-strict-rules": "^1.4",
47-
"phpunit/phpunit": "9.5.28",
47+
"phpunit/phpunit": "9.6.0",
4848
"psalm/plugin-phpunit": "0.18.4",
4949
"squizlabs/php_codesniffer": "3.7.1",
5050
"symfony/cache": "^5.4|^6.0",

psalm.xml.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,9 @@
497497
-->
498498
<referencedMethod name="Doctrine\DBAL\Connection::getEventManager"/>
499499
<referencedMethod name="Doctrine\DBAL\Platforms\AbstractPlatform::setEventManager"/>
500+
501+
<!-- TODO for PHPUnit 10 -->
502+
<referencedMethod name="PHPUnit\Framework\MockObject\Builder\InvocationMocker::withConsecutive"/>
500503
</errorLevel>
501504
</DeprecatedMethod>
502505
<DeprecatedProperty>

0 commit comments

Comments
 (0)