File tree Expand file tree Collapse file tree 4 files changed +0
-6
lines changed Expand file tree Collapse file tree 4 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ public function test_download_file()
28
28
'attachment; filename=text.txt '
29
29
);
30
30
}
31
-
32
31
}
33
32
34
33
public function test_download_file_with_custom_name ()
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ public function test_response_null()
24
24
->assertStatus (302 )
25
25
->assertRedirect (config ('magiclink.url.redirect_default ' , '/ ' ));
26
26
}
27
-
28
27
}
29
28
30
29
public function test_response_callable ()
@@ -46,7 +45,6 @@ public function test_response_redirect()
46
45
new ResponseAction (redirect ('/test ' ))
47
46
);
48
47
49
-
50
48
$ this ->get ($ magiclink ->url )
51
49
->assertStatus (302 )
52
50
->assertRedirect ('/test ' );
@@ -106,7 +104,6 @@ public function test_response_callable_download()
106
104
->assertStatus (200 )
107
105
->assertHeader ('content-disposition ' , 'attachment; filename=text.txt ' );
108
106
}
109
-
110
107
}
111
108
112
109
public function test_response_callable_login ()
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ public function test_custom_url_redirect_default()
48
48
->assertStatus (302 )
49
49
->assertRedirect ('/dashboard ' );
50
50
}
51
-
52
51
}
53
52
54
53
public function test_custom_response_error ()
Original file line number Diff line number Diff line change @@ -97,6 +97,5 @@ public function test_create_response_download()
97
97
->assertStatus (200 )
98
98
->assertHeader ('content-disposition ' , 'attachment; filename=text.txt ' );
99
99
}
100
-
101
100
}
102
101
}
You can’t perform that action at this time.
0 commit comments