diff options
Diffstat (limited to 'tests/lib/ErrorHandlerTest.php')
-rw-r--r-- | tests/lib/ErrorHandlerTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lib/ErrorHandlerTest.php b/tests/lib/ErrorHandlerTest.php index 4cea21b4276..32112c19787 100644 --- a/tests/lib/ErrorHandlerTest.php +++ b/tests/lib/ErrorHandlerTest.php @@ -36,7 +36,6 @@ class ErrorHandlerTest extends \Test\TestCase { ['us:er', 'password'], ['user', 'pass:word'], ]; - } /** @@ -51,7 +50,6 @@ class ErrorHandlerTest extends \Test\TestCase { $this->assertEquals($expectedResult, $result); } - } /** |