Completed
Pull Request — master (#80)
by Mike
04:57
created
tests/Browser/DripTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.