mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
MDL-76362 question: Add test for number(null)
This commit is contained in:
parent
5c2d98efcd
commit
32b45433bb
@ -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