MDL-48374 behat: Added missing $session

This commit is contained in:
Eloy Lafuente (stronk7)
2014-12-04 12:59:07 +01:00
parent 8d7e6ecfc8
commit 760c41ca09
+2
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(