--TEST-- FPM: FastCGI env var no path info fix for custom setup without PATH_INFO and PATH_TRANSLATED --SKIPIF-- --FILE-- createSourceFileAndScriptName(); $tester->start(); $tester->expectLogStartNotices(); $tester ->request( uri: $scriptName . '/pinfo', scriptFilename: $sourceFilePath, scriptName: $scriptName, ) ->expectBody([$scriptName, $sourceFilePath, $scriptName]); $tester->terminate(); $tester->close(); ?> Done --EXPECT-- Done --CLEAN--