Skip to content

v5.1.1

Pre-release
Pre-release

Choose a tag to compare

@apotek apotek released this 27 Mar 19:33
· 7 commits to 5.x since this release
0d24d6c

What's Changed

  • Handle change in PHPUnit invocation syntax by @apotek in #235

Note that logging works differently in different versions of PHPUnit. PHPUnit versions < 10 (required in Drupal < 11) log output to stdout only, while versions 10+ of PHPUnit (required in Drupal 11+) outputs to stdout and a phpunit.log file. We recommend adding phpunit.log to your .gitignore.

Full Changelog: v5.1.0...v5.1.1