diff options
author | Mario <mario@mariovavti.com> | 2024-10-03 04:52:40 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-10-03 04:52:40 +0000 |
commit | 1ab4f36a1b15911ffe95cebe2583534e2490e97a (patch) | |
tree | f549336897295c60b685df3601dff761f30c9305 | |
parent | cea9c88b9ecd155f8f3b4e60707d595054405ca1 (diff) | |
parent | babe118383aa43e9e378a3dfe99806d1911fb5a0 (diff) | |
download | volse-hubzilla-1ab4f36a1b15911ffe95cebe2583534e2490e97a.tar.gz volse-hubzilla-1ab4f36a1b15911ffe95cebe2583534e2490e97a.tar.bz2 volse-hubzilla-1ab4f36a1b15911ffe95cebe2583534e2490e97a.zip |
Merge branch 'master' of https://framagit.org/hubzilla/core
-rw-r--r-- | tests/unit/Module/HelpTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/Module/HelpTest.php b/tests/unit/Module/HelpTest.php index 2c1d31570..1feef26a8 100644 --- a/tests/unit/Module/HelpTest.php +++ b/tests/unit/Module/HelpTest.php @@ -81,8 +81,8 @@ class HelpTest extends \Zotlabs\Tests\Unit\Module\TestCase { $this->get('help'); } - public function test_getting_locale_with_no_topic_should_redirect_to_about_page_for_locale(): void { - $this->expectRedirectTo('help/de/about/about'); + public function test_getting_locale_with_no_topic_should_redirect_to_about_page(): void { + $this->expectRedirectTo('help/about/about'); $this->get('help/de'); } |