aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJean-Michel Vedrine <vedrine@vedrine.org>2018-01-02 17:47:13 +0100
committerJean-Michel Vedrine <vedrine@vedrine.org>2018-01-02 17:47:13 +0100
commit0facd32d3a1c784dcc262b3f421717c633b83547 (patch)
treef7951eb5caba605d7d2fcfb098a95d3d78734040 /tests
parent848785f8d79541835dfee0b0fc634d0a029f13c6 (diff)
Fix xmlrpc-utils style
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', '*');