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 05545a1 commit 783fc9bCopy full SHA for 783fc9b
test/Slim3Test.php
@@ -46,7 +46,6 @@ protected function dispatchApplication(array $server)
46
{
47
$app = new App();
48
$app->getContainer()['environment'] = function() use ($server) {
49
- $server['SCRIPT_NAME'] = '/index.php';
50
return new Environment($server);
51
};
52
0 commit comments