From b18fde3b52a40b8d1acc6d7d82efdf764590edbf Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 21 May 2015 15:13:01 +0200 Subject: Clarify variable usage in \c\tools->test Signed-off-by: Florian Pritz --- application/controllers/tools.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/controllers/tools.php') diff --git a/application/controllers/tools.php b/application/controllers/tools.php index a444e6024..f2fa1f97c 100644 --- a/application/controllers/tools.php +++ b/application/controllers/tools.php @@ -88,7 +88,7 @@ class Tools extends MY_Controller { $test->{$method->name}(); $test->cleanup(); } catch (\Exception $e) { - echo "not ok - uncaught exception in $testcase->$method->name\n"; + echo "not ok - uncaught exception in {$testcase}->{$method->name}\n"; _actual_exception_handler($e); $exitcode = 255; } -- cgit v1.2.3-24-g4f1b