Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
MDL-43480 behat: Removing @_only_local tags from steps where it is not necessary
[moodle.git]
/
admin
/
tool
/
behat
/
tests
/
behat
/
data_generators.feature
diff --git
a/admin/tool/behat/tests/behat/data_generators.feature
b/admin/tool/behat/tests/behat/data_generators.feature
index
8f21a72
..
558c848
100644
(file)
--- a/
admin/tool/behat/tests/behat/data_generators.feature
+++ b/
admin/tool/behat/tests/behat/data_generators.feature
@@
-1,4
+1,4
@@
-@tool @tool_behat
@_only_local
+@tool @tool_behat
Feature: Set up contextual data for tests
In order to write tests quickly
As a developer