@@ -166,8 +166,8 @@ |
||
| 166 | 166 | $controller = m::mock($controllerClass); |
| 167 | 167 | $this->app->instance($controllerClass, $controller); |
| 168 | 168 | $controller->shouldReceive('renderContent') |
| 169 | - ->withArgs($arguments) |
|
| 170 | - ->once(); |
|
| 169 | + ->withArgs($arguments) |
|
| 170 | + ->once(); |
|
| 171 | 171 | |
| 172 | 172 | $this->admin->view($arguments[0], $arguments[1]); |
| 173 | 173 | } |