Skip to content

Commit 35305f2

Browse files
authored
Merge pull request #17 from cesargb/analysis-YjorZG
Apply fixes from StyleCI
2 parents 8bbe38a + 4837153 commit 35305f2

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

tests/Actions/DownloadFileTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public function test_download_file()
2828
'attachment; filename=text.txt'
2929
);
3030
}
31-
3231
}
3332

3433
public function test_download_file_with_custom_name()

tests/Actions/ResponseTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ public function test_response_null()
2424
->assertStatus(302)
2525
->assertRedirect(config('magiclink.url.redirect_default', '/'));
2626
}
27-
2827
}
2928

3029
public function test_response_callable()
@@ -46,7 +45,6 @@ public function test_response_redirect()
4645
new ResponseAction(redirect('/test'))
4746
);
4847

49-
5048
$this->get($magiclink->url)
5149
->assertStatus(302)
5250
->assertRedirect('/test');
@@ -106,7 +104,6 @@ public function test_response_callable_download()
106104
->assertStatus(200)
107105
->assertHeader('content-disposition', 'attachment; filename=text.txt');
108106
}
109-
110107
}
111108

112109
public function test_response_callable_login()

tests/ConfigTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ public function test_custom_url_redirect_default()
4848
->assertStatus(302)
4949
->assertRedirect('/dashboard');
5050
}
51-
5251
}
5352

5453
public function test_custom_response_error()

tests/FeatureTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,5 @@ public function test_create_response_download()
9797
->assertStatus(200)
9898
->assertHeader('content-disposition', 'attachment; filename=text.txt');
9999
}
100-
101100
}
102101
}

0 commit comments

Comments
 (0)