MDL-55418 behat: correct exception class name
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
require_once(__DIR__ . '/../../../../../lib/behat/behat_base.php');
|
||||
|
||||
use Behat\Gherkin\Node\TableNode as TableNode;
|
||||
use Behat\Behat\Exception\PendingException as PendingException;
|
||||
use Behat\Behat\Tester\Exception\PendingException as PendingException;
|
||||
use core_competency\competency;
|
||||
use core_competency\competency_framework;
|
||||
use core_competency\plan;
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
require_once(__DIR__ . '/../../behat/behat_base.php');
|
||||
|
||||
use Behat\Gherkin\Node\TableNode as TableNode;
|
||||
use Behat\Behat\Exception\PendingException as PendingException;
|
||||
use Behat\Behat\Tester\Exception\PendingException as PendingException;
|
||||
|
||||
/**
|
||||
* Class to set up quickly a Given environment.
|
||||
|
||||
Reference in New Issue
Block a user