mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-01 08:20:02 -05:00
Merge pull request #241 from fschade/fix-acceptance-tests
fix(tests): running acceptance tests locally fails ...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user