diff --git a/tests/acceptance/bootstrap/OcConfigContext.php b/tests/acceptance/bootstrap/OcConfigContext.php index bfad1b5723..f51af65332 100644 --- a/tests/acceptance/bootstrap/OcConfigContext.php +++ b/tests/acceptance/bootstrap/OcConfigContext.php @@ -154,7 +154,7 @@ class OcConfigContext implements Context { * @throws GuzzleException */ public function theConfigHasBeenSetPathTo(string $configVariable, string $path): void { - $path = \dirname(__FILE__) . "/../../" . $path; + $path = \realpath(\dirname(__FILE__) . "/../../" . $path); $response = OcConfigHelper::reConfigureOc( [ $configVariable => $path