Skip to content

Releases: district09/php_package_qa-drupal

1.4.10

03 Feb 10:29
646f392

Choose a tag to compare

1.4.9

27 Jan 11:57

Choose a tag to compare

Fixed

Fix spaces in phpstan.neon config file

1.4.8

26 Jan 15:54

Choose a tag to compare

  • Fix grumphp config for Drupal websites.
  • Fix phpstan config for Drupal websites.

1.4.7

07 Jan 08:44
430599f

Choose a tag to compare

Fixed

  • Fix deprecation detection levels.
    The Symfony deprecations helper is now disabled. The detection of deprecations
    is done through PHPStan.

1.4.6

06 Jan 16:19
f38b74e

Choose a tag to compare

Fixed

  • Fix allowed number of deprecation errors.

1.4.5

06 Jan 15:10
94296b9

Choose a tag to compare

Fixed

  • Fix missing use statements.

1.4.4

06 Jan 14:16

Choose a tag to compare

Add setting up a fake Drupal root for tasks who requires it

The PHPStan Drupal plugin to detect deprecations requires a Drupal root.
The implemented pre task event handler adds the missing files so PHPStan "sees" a Drupal installation.

Added the TransactionalFileSystem that automatically cleans up all directories and files created during a task run (merged from 1.3.x).

Extracted the config file merging functionality to a dedicated class.

Fix the PHPUnit/Symfony deprecation warning (Drupal 8)

Deprecations are already detected by PHPStan, no need to detect these also during PHPUnit runs.

Add composer_normalize to the GrumPHP tasks

This task is a wrapper around a composer plugin for tidying up the file composer.json.

Fix incompatible UnitTest::setUp() method (Drupal 9)

Added using the use the Drupal\TestTools\PhpUnitCompatibility\PhpUnit8\ClassWriter to check and
fix incompatible setUp() methods in Drupal Core.
See https://www.drupal.org/node/3114041.

1.4.3

04 Jan 10:51

Choose a tag to compare

Added

  • Add sensiolabs/security-checker.
  • Add support for Drupal 9.1 by adding "^9" to the required PHPUnit versions.

Removed

  • Remove older PHPUnit version bridge.

1.4.2

30 Dec 15:04
6370ae7

Choose a tag to compare

Add support for Drupal 9.1 & 9.2

1.4.1

01 Dec 07:43

Choose a tag to compare

Added

  • Add support for Drupal 9.x.
  • Add exception to allow short $id variable and id() method names.