This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use Behat\Mink\Extension\ElementNotFoundException; | |
use Drupal\DrupalExtension\Context\DrupalContext; | |
class FeatureContext extends DrupalContext { | |
/** | |
* Gives us acess to the other contexts so we can access their properties. | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use Behat\Mink\Extension\ElementNotFoundException; | |
use Drupal\DrupalExtension\Context\DrupalContext; | |
class FeatureContext extends DrupalContext { | |
/** | |
* Gives us acess to the other contexts so we can access their properties. | |
* | |
* @BeforeScenario |