IBX-12606: Migrated the test suites to PHPUnit 11 - #13
Merged
Merged
Conversation
konradoboza
approved these changes
Sep 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
phpunit/phpunitfrom^9to^11.5incomposer.json(nosymfony/phpunit-bridge,matthiasnoback/*, ordama/doctrine-test-bundlepresent in this repo — nothing else to bump).phpunit.xml.distschema reference to 11.5 and addedcacheDirectory=".phpunit.cache"; no other config changes were needed (--migrate-configurationreported the file did not need migrating — no deprecated attributes were present).<extensions><bootstrap SymfonyExtension/></extensions>added: the config had no<listeners>block and no clock/DNS-mock usage exists in the test suite..phpunit.cache/to.gitignore(.phpunit.result.cachewas already ignored).tests/rules/*Test.php) consists of 4 PHPStanRuleTestCasetests with no data providers, mocks, or deprecated PHPUnit APIs in the actual test code. AcreateMock()reference exists only inside a static-analysis fixture file (tests/rules/Fixtures/RequireConcreteTypeForMockReturnFixture.php) used as input to a PHPStan rule under test — it is not executable test code and was left untouched.For QA:
N/A
Documentation:
N/A