- Issue created by @mondrake
- 🇮🇹Italy mondrake 🇮🇹
Merged this into 🌱 [meta] Support PHPUnit 11 in Drupal 10 Postponed .
In
🐛
Ensure run-tests.sh and PHPUnit CLI run with the same list of tests to be executed
Active
, we added direct entries to core/phpunit.xml.dist
in the <testsuites>
section in order to allow discoverability of tests in submodules.
In PHPUnit 11, we can rely on the globstar pattern https://github.com/sebastianbergmann/php-file-iterator/pull/83, and remove the redundant entries.
Postponed
11.0 🔥
phpunit
Merged this into 🌱 [meta] Support PHPUnit 11 in Drupal 10 Postponed .