Skip to content

Commit

Permalink
MDL-55713 behat: Include named and partial behat selector files
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajesh Taneja committed Oct 5, 2016
1 parent 520ee36 commit 9043063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions lib/behat/classes/behat_selectors.php
Expand Up @@ -23,6 +23,8 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

require_once(__DIR__ . '/exact_named_selector.php');
require_once(__DIR__ . '/partial_named_selector.php');

/**
* Moodle selectors manager.
Expand Down
2 changes: 0 additions & 2 deletions lib/tests/behat/behat_hooks.php
Expand Up @@ -154,8 +154,6 @@ public static function before_suite(BeforeSuiteScope $scope) {
// Now that we are MOODLE_INTERNAL.
require_once(__DIR__ . '/../../behat/classes/behat_command.php');
require_once(__DIR__ . '/../../behat/classes/behat_selectors.php');
require_once(__DIR__ . '/../../behat/classes/partial_named_selector.php');
require_once(__DIR__ . '/../../behat/classes/exact_named_selector.php');
require_once(__DIR__ . '/../../behat/classes/behat_context_helper.php');
require_once(__DIR__ . '/../../behat/classes/util.php');
require_once(__DIR__ . '/../../testing/classes/test_lock.php');
Expand Down

0 comments on commit 9043063

Please sign in to comment.