1.1.1
Major fix for sites without drupal/core-dev
This release includes fixes for Class PHPUnit\Framework\TestCase not found.
errors!
Note you must have this in your phpstan.neon
if drupal/core-dev
is missing:
excludePaths:
- */tests/src/*/*.php
What's Changed
- Support dynamic return type of Drupal\Core\Url::toString by @brambaud in #255
- Support parent definition service by @brambaud in #256
- Avoid false positives when PHPUnit doesn't exist. by @codebymikey in #216
- Fix incompatibility without drupal/core-dev by @mglaman in #246
New Contributors
- @codebymikey made their first contribution in #216
Full Changelog: 1.1.0...1.1.1