summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Controller/JSONHttpErrorTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Controller/JSONHttpErrorTest.php')
-rw-r--r--tests/Unit/Controller/JSONHttpErrorTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Controller/JSONHttpErrorTest.php b/tests/Unit/Controller/JSONHttpErrorTest.php
index bf043bf54..c02b60c9e 100644
--- a/tests/Unit/Controller/JSONHttpErrorTest.php
+++ b/tests/Unit/Controller/JSONHttpErrorTest.php
@@ -26,7 +26,7 @@ class JSONHttpErrorTest extends TestCase
{
- public function testError()
+ public function testError()
{
$ex = new \Exception('hi');
$test = new Test();