Skip to content
Snippets Groups Projects
Commit 4a59636e authored by lee.kirkland's avatar lee.kirkland
Browse files

Test for course_completed added.

parent 58a17c7b
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,5 @@
*.sublime-workspace
vendor
classes/log/error_log.txt
composer.phar
\ No newline at end of file
composer.phar
.idea/
<?php
/**
* Created by PhpStorm.
* User: lee.kirkland
* Date: 5/26/2016
* Time: 9:29 AM
*/
namespace Tests;
class CourseCompletedTest extends TestCase
{
protected function constructInput() {
return array_merge(parent::constructInput(), [
'objecttable' => 'course_completed',
'objectid' => 1,
'eventname' => '\core\event\course_completed',
]);
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment