Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
90430638
Unverified
Commit
90430638
authored
Oct 06, 2016
by
Rajesh Taneja
Browse files
MDL-55713 behat: Include named and partial behat selector files
parent
520ee366
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/behat/classes/behat_selectors.php
View file @
90430638
...
...
@@ -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.
...
...
lib/tests/behat/behat_hooks.php
View file @
90430638
...
...
@@ -154,8 +154,6 @@ class behat_hooks extends behat_base {
// 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'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment