@@ -13,6 +13,6 @@ |
||
13 | 13 | |
14 | 14 | public static function tearDownAfterClass() |
15 | 15 | { |
16 | - static::stopServing(); |
|
16 | + static::stopServing(); |
|
17 | 17 | } |
18 | 18 | } |
@@ -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('tests/form'); |
12 | 12 | |
13 | 13 | $response->assertSee('Test Form'); |