Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
MDL-67827 behat: Add missing exception use
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Mar 6, 2020
1 parent 9df2f66 commit ae8d60c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/behat/classes/util.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
require_once(__DIR__ . '/../../clilib.php');

use Behat\Mink\Session;
use Behat\Mink\Exception\ExpectationException;

/**
* Init/reset utilities for Behat database and dataroot
Expand Down

0 comments on commit ae8d60c

Please sign in to comment.