Skip to content

Commit

Permalink
Merge pull request #472 from jnicola/master
Browse files Browse the repository at this point in the history
Adding simple logout context
  • Loading branch information
jhedstrom authored Mar 6, 2018
2 parents b3b967d + 584ad4e commit 3def21b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Drupal/DrupalExtension/Context/DrupalContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public static function getTranslationResources()
/**
* @Given I am an anonymous user
* @Given I am not logged in
* @Then I log out
*/
public function assertAnonymousUser()
{
Expand Down

0 comments on commit 3def21b

Please sign in to comment.