Skip to content

Commit 35f8ed6

Browse files
committed
Merge branch 'release/2.0.2'
2 parents 7dce594 + 535f886 commit 35f8ed6

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All Notable changes to the **Quality Assurance - Drupal** package.
44

5+
## [2.0.2]
6+
7+
### Changed
8+
9+
- Change to browserkit instead of goutte.
10+
Use the browserkit_http driver instead og the goutte driver. See:
11+
https://github.com/jhedstrom/drupalextension/commit/2ab66a7eae53ae4e1e5824edaa72e98039b084db
12+
13+
## [2.0.1]
14+
15+
### Fixed
16+
17+
- Fix Drupal support higher than 10.0.0.
18+
519
## [2.0.0]
620

721
### Added
@@ -366,6 +380,8 @@ Initial setup of the qa-drupal package:
366380
- Default config files and checks for a Drupal site.
367381
- Default config files and checks for a Drupal module.
368382

383+
[2.0.2]: https://github.com/district09/php_package_qa-drupal/compare/2.0.1...2.0.2
384+
[2.0.1]: https://github.com/district09/php_package_qa-drupal/compare/2.0.0...2.0.1
369385
[2.0.0]: https://github.com/district09/php_package_qa-drupal/compare/1.8.1...2.0.0
370386
[1.8.1]: https://github.com/district09/php_package_qa-drupal/compare/1.8.0...1.8.1
371387
[1.8.0]: https://github.com/district09/php_package_qa-drupal/compare/1.7.3...1.8.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"php": "^8.1",
2525
"drupal/coder": "^8.3",
2626
"drupal/core": "^9.4 || ^10.0",
27-
"drupal/drupal-extension": "^4.1 || ^5.0",
27+
"drupal/drupal-extension": "^5.0",
2828
"enlightn/security-checker": "^1.4",
2929
"ergebnis/composer-normalize": "^2.11",
3030
"mglaman/phpstan-drupal": "^1.1",

configs/behat.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ default:
1818
- Digipolisgent\QA\Drupal\Behat\Context\UriContext
1919
- Digipolisgent\QA\Drupal\Behat\Context\SelectorContext
2020
extensions:
21-
Behat\MinkExtension:
22-
goutte: ~
21+
Drupal\MinkExtension:
22+
browserkit_http: ~
2323
selenium2: ~
2424
sessions:
2525
default:
26-
goutte: ~
26+
browserkit_http: ~
2727
javascript:
2828
selenium2:
2929
wd_host: "http://localhost:4444/wd/hub"

0 commit comments

Comments
 (0)