aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/helper.php b/tests/helper.php
index ff4cc05..5af6a9b 100644
--- a/tests/helper.php
+++ b/tests/helper.php
@@ -113,7 +113,7 @@ class qtype_algebra_test_helper extends question_test_helper {
$form->compareby = 'eval';
$form->nchecks = '10';
$form->tolerance = 0.001;
- $form->allowedfuncs = array{'all' => 1};
+ $form->allowedfuncs = array('all' => 1);
$form->disallow = '';
$form->answerprefix = '';
$form->answer = array('7*x', '*');