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 7ffc550 commit deb6d57Copy full SHA for deb6d57
tests/SignedUrlTest.php
@@ -187,7 +187,7 @@ public function testSignWithOverwritenExpirationFromConfig(): void
187
public function testVerifyWithIndexPage(): void
188
{
189
$this->config->indexPage = 'index.php';
190
- $_SERVER['SCRIPT_NAME'] = '/index.php';
+ $_SERVER['SCRIPT_NAME'] = '/index.php';
191
192
$_SERVER['REQUEST_URI'] = '/path?query=string&signature=joVnKjlHYIeuLtyUW5SnQ-US2FPkWkykZnSmf2D_RZY';
193
0 commit comments