Skip to content

Commit

Permalink
Update RedirectResponseTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBizzle committed Nov 14, 2019
1 parent 82a979b commit 317b27a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@ public function testGenerateMetaRedirect()

$this->assertEquals(1, preg_match(
'#<meta http-equiv="refresh" content="\d+;url=\'foo\.bar\'" />#',
preg_replace(['/\s+/', '/\'/'], [' ', '"'], $response->getContent())
preg_replace(['/\s+/', [' '], $response->getContent())
));
}

Expand Down

0 comments on commit 317b27a

Please sign in to comment.