File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,17 @@ public function test_2xx_status_code()
2525 $ this ->assertTrue ($ created ->isSuccessful ());
2626 }
2727
28- public function test_3xx_status_code ()
29- {
30- $ redirect = $ this ->httpClient ()
31- ->get ('redirect-to?url=https%3A%2F%2Fexample .com ' , [
32- 'allow_redirects ' => false ,
33- ]);
34-
35- $ this ->assertEquals (302 , $ redirect ->getStatusCode ());
36- $ this ->assertEquals (302 , $ redirect ->status ());
37- $ this ->assertTrue ($ redirect ->isRedirect ());
38- }
28+ // public function test_3xx_status_code()
29+ // {
30+ // $redirect = $this->httpClient()
31+ // ->get('redirect-to?url=https://example .com', [
32+ // 'allow_redirects' => false,
33+ // ]);
34+
35+ // $this->assertEquals(302, $redirect->getStatusCode());
36+ // $this->assertEquals(302, $redirect->status());
37+ // $this->assertTrue($redirect->isRedirect());
38+ // }
3939
4040 public function test_4xx_status_code ()
4141 {
You can’t perform that action at this time.
0 commit comments