Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #20316 [AssetMapper] Add info about troubleshooting assets load…
…ing with Panther. (WedgeSama) This PR was merged into the 6.4 branch. Discussion ---------- [AssetMapper] Add info about troubleshooting assets loading with Panther. Add more info on Panther tests due to PHP built in server. When a requested URI is not a `.php` file nor a directory, the built in server will try to directly server the corresponding "file". But if the file does not exist AND must be handle by Symfony app, the built in server just return a 404. - Can happen with any requested URI that look like a non `.php` file - Case can happen with AssetMapper. see symfony/panther#630 https://symfonycasts.com/screencast/last-stack/testing#debugging-by-opening-the-browser https://www.php.net/manual/en/features.commandline.webserver.php Commits ------- f2a68b5 Add info about troubleshooting assets loading with Panther. - Can happen with any requested uri that look like a non `.php` file - Case can happen with AssetMapper.
- Loading branch information