Skip to content
Snippets Groups Projects
AttemptStartedTest.php 262 B
<?php namespace Tests;

class AttemptStartedTest extends AttemptTestCase {
    protected function constructInput() {
        return array_merge(parent::constructInput(), [
            'eventname' => '\mod_quiz\event\attempt_preview_started',
        ]);
    }
}