Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
477969b6
Commit
477969b6
authored
Dec 14, 2009
by
Sam Hemelryk
Browse files
portfolio MDL-21079 Fixed missing requirement in portfolio simpletests
parent
a7822602
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/simpletest/portfolio_testclass.php
View file @
477969b6
...
...
@@ -36,6 +36,7 @@ if (!defined('MOODLE_INTERNAL')) {
}
require_once
(
"
$CFG->libdir
/portfoliolib.php"
);
require_once
(
"
$CFG->libdir
/portfolio/exporter.php"
);
require_once
(
"
$CFG->dirroot
/
$CFG->admin
/generator.php"
);
class
portfolio_plugin_test
extends
portfolio_plugin_push_base
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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