From 0facd32d3a1c784dcc262b3f421717c633b83547 Mon Sep 17 00:00:00 2001 From: Jean-Michel Vedrine Date: Tue, 2 Jan 2018 17:47:13 +0100 Subject: Fix xmlrpc-utils style --- tests/helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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', '*'); -- cgit v1.2.3