- Issue created by @murz
- Merge request !150Issue #3535148: Add support for Drupal 11.2.x and PHPUnit 11.x → (Merged) created by murz
Drupal 11.2.0 upgraded PHPUnit 10.x to 11.x that causes errors in tests like this:
PHP Fatal error: Cannot override final method PHPUnit\Framework\TestCase::createMock() in /builds/project/commercetools/web/modules/contrib/test_helpers/src/UnitTestCaseWrapper.php on line 51
Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "cache.bootstrap".
Would be good to fix them and add support for PHPUnit 11.x.
Active
1.5
Code