We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66fe208 + 96f9c2d commit e659526Copy full SHA for e659526
src/Concerns/MakesHttpRequests.php
@@ -819,7 +819,7 @@ public function assertViewMissing($key)
819
*/
820
public function assertRedirectedTo($uri, $with = [])
821
{
822
- PHPUnit::assertInstanceOf('Illuminate\Http\RedirectResponse', $this->response);
+ PHPUnit::assertInstanceOf('Symfony\Component\HttpFoundation\RedirectResponse', $this->response);
823
824
PHPUnit::assertEquals($this->app['url']->to($uri), $this->response->headers->get('Location'));
825
0 commit comments