- Issue created by @codebymikey
- @codebymikey opened merge request.
The initial
/index.php
tests failed because the gitlab runner runs under a subdirectory whereas my local environment didn't.It now takes the
$base_path
into account when making the test requests.The test covers a lot more test cases, also opted to use a dedicated service for the stage_file_proxy http client rather than the generic one in case the behaviour needs to be altered for whatever reason e.g. for testing or custom implementation.