Skip to content

Commit

Permalink
Merge pull request #289 from stmh/fix-scenario-outline
Browse files Browse the repository at this point in the history
Fix scenario outline #288
  • Loading branch information
jhedstrom committed Jun 30, 2016
2 parents 51a84d2 + 65fe197 commit abe3a33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Drupal/DrupalExtension/Context/RawDrupalContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@ public function cleanUsers() {
}
$this->getDriver()->processBatch();
$this->users = array();
$this->user = FALSE;
if ($this->loggedIn()) {
$this->logout();
}
}
}

Expand Down

0 comments on commit abe3a33

Please sign in to comment.