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.
1 parent 2cf996c commit 5f1c0eeCopy full SHA for 5f1c0ee
dev/tests/integration/testsuite/Magento/UrlRewrite/Controller/UrlRewriteTest.php
@@ -47,7 +47,7 @@ protected function setUp()
47
public function testMatchUrlRewrite(
48
string $request,
49
string $redirect,
50
- int $expectedCode = 301
+ int $expectedCode = Response::STATUS_CODE_301
51
): void {
52
$this->dispatch($request);
53
/** @var HttpResponse $response */
0 commit comments