File tree Expand file tree Collapse file tree 1 file changed +3
-30
lines changed
Expand file tree Collapse file tree 1 file changed +3
-30
lines changed Original file line number Diff line number Diff line change 77
88[ ![ Build Status] ( https://travis-ci.org/jhedstrom/drupalextension.png?branch=master )] ( https://travis-ci.org/jhedstrom/drupalextension )
99
10- The Drupal Extension 4.x supports Drupal 6, 7 and 8 , utilizes Behat 3.2+ and
11- runs on PHP 5.5 +. It is compatible with Symfony components 2 .x as well as 3 .x
12- so it can be used on Drupal 8.4.x .
10+ The Drupal Extension 4.x supports Drupal 7, 8, and 9 , utilizes Behat 3.2+ and
11+ runs on PHP 7.3 +. It is compatible with Symfony components 3 .x as well as 4 .x
12+ so it can be used on Drupal 8 and 9 .
1313
1414[ ![ Latest Stable Version] ( https://poser.pugx.org/drupal/drupal-extension/v/stable.svg )] ( https://packagist.org/packages/drupal/drupal-extension )
1515[ ![ Total Downloads] ( https://poser.pugx.org/drupal/drupal-extension/downloads.svg )] ( https://packagist.org/packages/drupal/drupal-extension )
@@ -102,30 +102,3 @@ See [CHANGELOG](CHANGELOG.md).
102102
103103Features and bug fixes are welcome! First-time contributors can jump in with the
104104issues tagged [good first issue](https://github.com/jhedstrom/drupalextension/issues? q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
105-
106- # ## Backwards incompatible changes
107-
108- Starting with 3.3.0 Behat Drupal Extension depends on Behat 3.2.0 which
109- requires all callbacks to be defined as static methods.
110-
111- Before 3.3.0:
112-
113- ```
114- /**
115- * @afterUserCreate
116- * /
117- public function afterUserCreate(EntityScope $scope) {
118- // ...
119- }
120- ```
121-
122- Starting with 3.3.0:
123-
124- ```
125- /**
126- * @afterUserCreate
127- * /
128- public static function afterUserCreate(EntityScope $scope) {
129- // ...
130- }
131- ```
You can’t perform that action at this time.
0 commit comments