Skip to content

Commit

Permalink
DQA-10486: Prepare release 10.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocsilva committed Dec 13, 2024
1 parent 9e77ebb commit f52d686
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion phpdoc.dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<paths>
<output>docs</output>
</paths>
<version number="10.15.0">
<version number="10.16.0">
<folder>latest</folder>
<api>
<source dsn=".">
Expand Down
2 changes: 1 addition & 1 deletion src/Mock.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/Toolkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
14 changes: 7 additions & 7 deletions tests/fixtures/commands/component-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions tests/fixtures/commands/notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit f52d686

Please sign in to comment.