The commonly used functionality used in Behat testing using Drupal.
- WatchdogContext
- Provides step definitions for interacting with Drupal watchdog.
This project can be checked out with Composer.
"require": {
"jorgegc/behat-drupal-extension": "*"
}
Declare in your behat.yml file the contexts you want to use.
default:
# ...
suites:
default:
contexts:
- JGC\Behat\DrupalExtension\Context\WatchdogContext