@@ -117,8 +117,7 @@ |
||
| 117 | 117 | try |
| 118 | 118 | { |
| 119 | 119 | $router->match($request); |
| 120 | - } |
|
| 121 | - catch (MethodNotAllowedException $e) |
|
| 120 | + } catch (MethodNotAllowedException $e) |
|
| 122 | 121 | { |
| 123 | 122 | $this->assertEquals(['POST', 'PATCH', 'DELETE'], $e->getAllowedMethods()); |
| 124 | 123 | |