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
cc4d7ce6
Commit
cc4d7ce6
authored
Oct 25, 2017
by
David Monllaó
Browse files
MDL-60434 analytics: Missing dependency
Sneaking it in...
parent
b8bb8fe8
Changes
1
Hide whitespace changes
Inline
Side-by-side
course/tests/indicators_test.php
View file @
cc4d7ce6
...
...
@@ -25,9 +25,10 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
global
$CFG
;
require_once
(
__DIR__
.
'/../../lib/completionlib.php'
);
require_once
(
__DIR__
.
'/../../completion/criteria/completion_criteria_self.php'
);
/**
* Unit tests for core_course indicators.
*
...
...
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