Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
Project
M
moodle-tool_lifecycle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-tool_lifecycle
Commits
3a9ddac3
Commit
3a9ddac3
authored
Jun 26, 2019
by
Justus Dieckmann
Browse files
Options
Downloads
Patches
Plain Diff
Revert changing method signature
parent
71a1ccc5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
trigger/delayedcourses/tests/trigger_test.php
+1
-1
1 addition, 1 deletion
trigger/delayedcourses/tests/trigger_test.php
with
1 addition
and
1 deletion
trigger/delayedcourses/tests/trigger_test.php
+
1
−
1
View file @
3a9ddac3
...
...
@@ -74,7 +74,7 @@ class tool_lifecycle_trigger_delayedcourses_testcase extends \advanced_testcase
$course
=
$this
->
getDataGenerator
()
->
create_course
();
delayed_courses_manager
::
set_course_delayed
(
$course
->
id
);
delayed_courses_manager
::
set_course_delayed
(
$course
->
id
,
2000
);
$recordset
=
$this
->
processor
->
get_course_recordset
([
$this
->
triggerinstance
],
[]);
$found
=
false
;
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
sign in
to comment