diff --git a/CHANGELOG.md b/CHANGELOG.md index 23b5fff62..97cbcd8ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Toolkit change log +## Version 10.16.0 + - DQA-10557: Ensure project using phpstan/extension-installer. + - DQA-10486: Export junit xml files for all tests. + - DQA-10703: Increase default value for PHPStan to level 6. + ## Version 10.15.0 - DQA-10278: Drupal config to use config instead of env vars. - DQA-10277: Toolkit add command for cspell. diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml index 343640b99..4b621a8fd 100644 --- a/phpdoc.dist.xml +++ b/phpdoc.dist.xml @@ -9,7 +9,7 @@ docs - + latest diff --git a/src/Mock.php b/src/Mock.php index 135134567..2eefae6c0 100644 --- a/src/Mock.php +++ b/src/Mock.php @@ -17,7 +17,7 @@ final class Mock * * @var string */ - private static string $defaultTag = '0.0.20'; + private static string $defaultTag = '0.0.24'; /** * The directory to download the mock to. diff --git a/src/Toolkit.php b/src/Toolkit.php index 3cafb5a33..630aa2824 100644 --- a/src/Toolkit.php +++ b/src/Toolkit.php @@ -14,7 +14,7 @@ final class Toolkit /** * Constant holding the current version. */ - public const VERSION = '10.15.0'; + public const VERSION = '10.16.0'; /** * The Toolkit repository. diff --git a/tests/fixtures/commands/component-check.yml b/tests/fixtures/commands/component-check.yml index b8dab93d2..36660210e 100644 --- a/tests/fixtures/commands/component-check.yml +++ b/tests/fixtures/commands/component-check.yml @@ -386,13 +386,13 @@ - file: composer.lock content: | { "packages": [ { "name": "drupal/pipeline", "type": "drupal-module", "version": "1.0.0" } ] } - - file: .toolkit-mock/0.0.20/api/v1/project/ec-europa/toolkit/information.json + - file: .toolkit-mock/0.0.24/api/v1/project/ec-europa/toolkit/information.json content: | [ { "name":"toolkit", "type": "Openeuropa", "environments": [{ "profile": "minimal", "type": "Production" }] }] - - file: .toolkit-mock/0.0.20/api/v1/toolkit-requirements.json + - file: .toolkit-mock/0.0.24/api/v1/toolkit-requirements.json content: | { "php_version":"8.1", "toolkit": "^3.7.2|^9.14|^10.4", "drupal": "^7.96|^10.1.4|^10.0.11", "vendor_list": [ "drupal" ] } - - file: .toolkit-mock/0.0.20/api/v1/package-reviews.json + - file: .toolkit-mock/0.0.24/api/v1/package-reviews.json content: | [ { "type": "drupal-module", @@ -427,13 +427,13 @@ - file: composer.lock content: | { "packages": [ { "name": "drupal/pipeline", "type": "drupal-module", "version": "1.0.0" } ] } - - file: .toolkit-mock/0.0.20/api/v1/project/ec-europa/toolkit/information.json + - file: .toolkit-mock/0.0.24/api/v1/project/ec-europa/toolkit/information.json content: | [ { "name": "toolkit", "type": "Openeuropa", "environments": [{ "profile":"minimal", "type":"Production" }] } ] - - file: .toolkit-mock/0.0.20/api/v1/toolkit-requirements.json + - file: .toolkit-mock/0.0.24/api/v1/toolkit-requirements.json content: | { "php_version": "8.1", "toolkit": "^3.7.2|^9.14|^10.4", "drupal": "^7.96|^10.1.4|^10.0.11", "vendor_list": [ "drupal" ] } - - file: .toolkit-mock/0.0.20/api/v1/package-reviews.json + - file: .toolkit-mock/0.0.24/api/v1/package-reviews.json content: | [ { "type": "drupal-module", @@ -467,7 +467,7 @@ - file: composer.lock content: | { "packages": [ { "name": "ec-europa/toolkit" } ] } - - file: .toolkit-mock/0.0.20/api/v1/package-reviews.json + - file: .toolkit-mock/0.0.24/api/v1/package-reviews.json content: | [ { "type": "drupal-module", diff --git a/tests/fixtures/commands/notifications.yml b/tests/fixtures/commands/notifications.yml index 93f0feb60..51afd9a17 100644 --- a/tests/fixtures/commands/notifications.yml +++ b/tests/fixtures/commands/notifications.yml @@ -11,7 +11,7 @@ - CI=false - QA_WEBSITE_URL=http://ec-behat.com resources: - - file: .toolkit-mock/0.0.20/api/v1/notifications.json + - file: .toolkit-mock/0.0.24/api/v1/notifications.json content: | [{ "title": "Notification title 1", @@ -44,7 +44,7 @@ - CI=false - QA_WEBSITE_URL=http://ec-behat.com resources: - - file: .toolkit-mock/0.0.20/api/v1/notifications.json + - file: .toolkit-mock/0.0.24/api/v1/notifications.json content: | [{ "title": "Notification title 1",