mirror of
https://github.com/moodle/moodle.git
synced 2025-03-20 07:30:01 +01:00
MDL-76362 question: Add test for number(null)
This commit is contained in:
parent
745080671b
commit
4ff3447c8c
@ -319,6 +319,10 @@ class question_engine_test extends advanced_testcase {
|
||||
'',
|
||||
'',
|
||||
],
|
||||
'Test with null' => [
|
||||
null,
|
||||
'',
|
||||
],
|
||||
'Test with number is 0' => [
|
||||
0,
|
||||
'<h3 class="no">Question <span class="qno">0</span></h3>',
|
||||
|
Loading…
x
Reference in New Issue
Block a user