MDL-48374 behat: Added missing $session

This commit is contained in:
Eloy Lafuente (stronk7) 2014-12-03 03:02:00 +01:00 committed by Dan Poltawski
parent eb9419c8e2
commit a610c9abac

View File

@ -1298,6 +1298,8 @@ class behat_general extends behat_base {
* @Given /^a new page should not have loaded since I started watching$/
*/
public function a_new_page_should_not_have_loaded_since_i_started_watching() {
$session = $this->getSession();
// Make sure page load tracking was started.
if (!$this->pageloaddetectionrunning) {
throw new ExpectationException(