@@ -32,9 +32,9 @@ |
||
32 | 32 | ->getMock(); |
33 | 33 | |
34 | 34 | $this->router |
35 | - ->expects($this->once()) |
|
36 | - ->method('route') |
|
37 | - ->willReturn(['controller' => 'DefaultController', 'action' => 'notFoundAction', 'params' => []]); |
|
35 | + ->expects($this->once()) |
|
36 | + ->method('route') |
|
37 | + ->willReturn(['controller' => 'DefaultController', 'action' => 'notFoundAction', 'params' => []]); |
|
38 | 38 | |
39 | 39 | $this->app = new Application($this->router); |
40 | 40 | } |