Skip to content

Commit

Permalink
Fix scenario outlines #288
Browse files Browse the repository at this point in the history
  • Loading branch information
stmh committed Jun 30, 2016
1 parent 8bba9fa commit 6ba34dc
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 @@ -231,6 +231,10 @@ public function cleanUsers() {
}
$this->getDriver()->processBatch();
$this->users = array();
$this->user = FALSE;
if ($this->loggedIn()) {
$this->logout();
}
}
}

Expand Down

0 comments on commit 6ba34dc

Please sign in to comment.