Skip to content

1.1.1

Compare
Choose a tag to compare
@mglaman mglaman released this 29 Nov 01:52
· 430 commits to main since this release
165429a

Major fix for sites without drupal/core-dev

This release includes fixes for Class PHPUnit\Framework\TestCase not found. errors!

testcase-not-found

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

Full Changelog: 1.1.0...1.1.1