You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I initialized Behat, it generated a FeatureContext.php that looks like the template in those docs.
The problem is that my deprecation tests immediately exploded because that class implements SnippetAcceptingContext, which as been deprecated for a few years now: Behat/Behat#922
I'll be the first to admit I'm not super familiar with snippets are/should be handled, but it seems like the docs and code should be revised to not generate deprecated code.
The text was updated successfully, but these errors were encountered:
I followed the local installation instructions here: https://behat-drupal-extension.readthedocs.io/en/3.1/localinstall.html
When I initialized Behat, it generated a FeatureContext.php that looks like the template in those docs.
The problem is that my deprecation tests immediately exploded because that class implements SnippetAcceptingContext, which as been deprecated for a few years now: Behat/Behat#922
I'll be the first to admit I'm not super familiar with snippets are/should be handled, but it seems like the docs and code should be revised to not generate deprecated code.
The text was updated successfully, but these errors were encountered: