Skip to content

Commit acfefcc

Browse files
committed
testing
1 parent c09c9eb commit acfefcc

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

tests/backup_restore_test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ final class backup_restore_test extends \advanced_testcase {
7474
public static function provide_question_names(): array {
7575
return [
7676
['testsinglenum'],
77+
['testnumandempty'],
7778
['testalgebraic'],
7879
['testtwonums'],
7980
['testsinglenumunit'],

tests/helper.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ class qtype_formulas_test_helper extends question_test_helper {
4040
*/
4141
public function get_test_questions(): array {
4242
return [
43+
// FIXME: one question algebraic 'x' and '$EMPTY'
44+
// FIXME: one question multipart: 1 in first part, $EMPTY in second part
4345
// Minimal formulas question: one part, not randomised, answer = 5.
4446
'testsinglenum',
4547
// Minimal formulas question: one part, not randomised, one answer = 1, one answer = empty.

tests/questiontype_test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,7 @@ public function test_move_question_with_file_in_part($fieldname, $areaname): voi
858858
public static function provide_question_names(): array {
859859
return [
860860
['testsinglenum'],
861+
['testnumandempty'],
861862
['testsinglenumunit'],
862863
['testsinglenumunitsep'],
863864
['testmethodsinparts'],

tests/renderer_test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,6 +1074,7 @@ public function test_clear_wrong_with_combined_unit(): void {
10741074

10751075
/**
10761076
* Data provider.
1077+
* FIXME: add testnumandempty question
10771078
*
10781079
* @return Generator
10791080
*/

0 commit comments

Comments
 (0)