From 836e523edd7663ec93fdcc2e3b2bdc6e2c8e88fc Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Fri, 6 Mar 2020 12:28:56 +0800 Subject: [PATCH] MDL-67827 behat: Add missing exception use --- lib/behat/classes/util.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/behat/classes/util.php b/lib/behat/classes/util.php index 5338be1c7f6..267406bb5bf 100644 --- a/lib/behat/classes/util.php +++ b/lib/behat/classes/util.php @@ -34,6 +34,7 @@ require_once(__DIR__ . '/../../filelib.php'); require_once(__DIR__ . '/../../clilib.php'); use Behat\Mink\Session; +use Behat\Mink\Exception\ExpectationException; /** * Init/reset utilities for Behat database and dataroot