mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-73716' of https://github.com/stronk7/moodle
This commit is contained in:
commit
95c6d3c8d9
7 changed files with 22 additions and 28 deletions
|
@ -31,10 +31,11 @@ require_once($CFG->dirroot . '/mod/quiz/accessrule/securewindow/rule.php');
|
|||
* @package quizaccess_securewindow
|
||||
* @copyright 2008 The Open University
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*
|
||||
* @covers \quiz_access_rule_base
|
||||
* @covers \quizaccess_securewindow
|
||||
*/
|
||||
class rule_test extends \basic_testcase {
|
||||
public static $includecoverage = array('mod/quiz/accessrule/securewindow/rule.php');
|
||||
|
||||
// Nothing very testable in this class, just test that it obeys the general access rule contact.
|
||||
public function test_securewindow_access_rule() {
|
||||
$quiz = new \stdClass();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue