summaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework/Middleware/MiddlewareDispatcherTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/AppFramework/Middleware/MiddlewareDispatcherTest.php')
-rw-r--r--tests/lib/AppFramework/Middleware/MiddlewareDispatcherTest.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/lib/AppFramework/Middleware/MiddlewareDispatcherTest.php b/tests/lib/AppFramework/Middleware/MiddlewareDispatcherTest.php
index 5f0517016dd..25cfa32dc7c 100644
--- a/tests/lib/AppFramework/Middleware/MiddlewareDispatcherTest.php
+++ b/tests/lib/AppFramework/Middleware/MiddlewareDispatcherTest.php
@@ -65,7 +65,7 @@ class TestMiddleware extends Middleware {
$this->beforeControllerOrder = self::$beforeControllerCalled;
$this->controller = $controller;
$this->methodName = $methodName;
- if($this->beforeControllerThrowsEx){
+ if ($this->beforeControllerThrowsEx) {
throw new \Exception();
}
}
@@ -100,7 +100,6 @@ class TestMiddleware extends Middleware {
class MiddlewareDispatcherTest extends \Test\TestCase {
-
public $exception;
public $response;
private $out;