Releases: district09/php_package_qa-drupal
Releases · district09/php_package_qa-drupal
Release 3.0.0
Added
- Add Drupal 11 support
Removed
- Remove Drupal 10 support
- Remove support for php 8.1
- Remove nielsdeblaauw/twigcs-a11y module
Full Changelog: 2.1.1...3.0.0
2.1.1
Release 2.1.0
Added
- Add support for Drupal 10.2
This unfortunately means dropping support for previous Drupal versions.
A line was added to Drupal's phpunit boostrap file, causing the old config to break:
https://git.drupalcode.org/project/drupal/-/blob/10.2.0/core/tests/bootstrap.php#L185
Release 2.0.3
Fixed
- Fix coverage config for phpunit
Updated
- Update minimal phpunit version to 9.3.0.
- Update deprecated PHPUnit config.
2.0.2
Changed
- Change to browserkit instead of goutte.
Use the browserkit_http driver instead og the goutte driver. See:
jhedstrom/drupalextension@2ab66a7
2.0.1
Fix Drupal 10 support
2.0.0
1.8.1
added
- Add exclude node modules from PHPUnit.
Some node modules have PHP in them ¯_(ツ)_/¯.
We add the custom theme source directory (who only contains scss, js & node modules) to the excluded directories.
Example of node module with PHP: https://github.com/WebReflection/flatted/tree/main/php