From b411273aa643c36ea8f2fb79d519cc4d1e7bcbe4 Mon Sep 17 00:00:00 2001 From: buddh4 Date: Wed, 13 May 2020 14:27:41 +0200 Subject: [PATCH] Fix #4080: Invalid absolute urls created in acceptance tests --- protected/humhub/docs/CHANGELOG.md | 1 + protected/humhub/tests/codeception/config/config.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/protected/humhub/docs/CHANGELOG.md b/protected/humhub/docs/CHANGELOG.md index b40a2cd70b..c91f2d3dea 100644 --- a/protected/humhub/docs/CHANGELOG.md +++ b/protected/humhub/docs/CHANGELOG.md @@ -9,6 +9,7 @@ HumHub Change Log - Fix #4050: Broken Cron-job documentation link used in cron info sidebar snippet - Fix #4036: Uploaded photos are not rotated correctly - Fix #4078: Richtext linkextension pattern fails on link extensions with containing `)` in link title +- Fix #4080: Invalid absolute urls created in acceptance tests 1.5.1 (April 19, 2020) ---------------------- diff --git a/protected/humhub/tests/codeception/config/config.php b/protected/humhub/tests/codeception/config/config.php index ac9b3ed9c5..05fb329414 100644 --- a/protected/humhub/tests/codeception/config/config.php +++ b/protected/humhub/tests/codeception/config/config.php @@ -30,7 +30,7 @@ $default = [ ], 'urlManager' => [ 'showScriptName' => true, - 'scriptUrl' => 'index-test.php', + 'scriptUrl' => '/index-test.php', ], ], 'modules' => [