diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2018-01-02 17:47:13 +0100 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2018-01-02 17:47:13 +0100 |
commit | 0facd32d3a1c784dcc262b3f421717c633b83547 (patch) | |
tree | f7951eb5caba605d7d2fcfb098a95d3d78734040 /tests/helper.php | |
parent | 848785f8d79541835dfee0b0fc634d0a029f13c6 (diff) |
Fix xmlrpc-utils style
Diffstat (limited to 'tests/helper.php')
-rw-r--r-- | tests/helper.php | 2 |
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', '*'); |