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
d54343ef
Commit
d54343ef
authored
Dec 14, 2009
by
Sam Hemelryk
Browse files
portfolio MDL-21079 Fixed missing requirement in portfolio simpletests
parent
360e9415
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/simpletest/portfolio_testclass.php
View file @
d54343ef
...
...
@@ -37,6 +37,7 @@ if (!defined('MOODLE_INTERNAL')) {
require_once
(
"
$CFG->libdir
/portfoliolib.php"
);
require_once
(
"
$CFG->libdir
/portfolio/exporter.php"
);
require_once
(
"
$CFG->libdir
/portfolio/plugin.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