@@ -7,7 +7,7 @@ |
||
7 | 7 | { |
8 | 8 | public function testFormDoesntExpire() |
9 | 9 | { |
10 | - $this->browse(function (Browser $browser) { |
|
10 | + $this->browse(function(Browser $browser) { |
|
11 | 11 | $response = $browser->visit('hello'); |
12 | 12 | // ->assertSee('hello world'); |
13 | 13 | dd($response->dump()); |