diff options
-rw-r--r-- | application/controllers/tools.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |