aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/Module/HelpTest.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-05-27 06:17:05 +0000
committerMario <mario@mariovavti.com>2024-05-27 06:17:05 +0000
commit84abf28ceca3632c22983f23326297c17b994224 (patch)
treefcc58ecd7ad3c9f9768c168d5a15f557545a52ad /tests/unit/Module/HelpTest.php
parenta10402a7883efd4886ad17c8133c10237f443181 (diff)
parentcad82d12d2aad1a54fa821061dd3dc1ffc732c5a (diff)
downloadvolse-hubzilla-84abf28ceca3632c22983f23326297c17b994224.tar.gz
volse-hubzilla-84abf28ceca3632c22983f23326297c17b994224.tar.bz2
volse-hubzilla-84abf28ceca3632c22983f23326297c17b994224.zip
Merge branch 'update-phpunit-10x' into 'dev'
Upgrade test framework to PHPUnit 10.5 See merge request hubzilla/core!2128
Diffstat (limited to 'tests/unit/Module/HelpTest.php')
-rw-r--r--tests/unit/Module/HelpTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Module/HelpTest.php b/tests/unit/Module/HelpTest.php
index 3fb7687d3..c345d5e52 100644
--- a/tests/unit/Module/HelpTest.php
+++ b/tests/unit/Module/HelpTest.php
@@ -52,7 +52,7 @@ class HelpTest extends \Zotlabs\Tests\Unit\Module\TestCase {
$fgc_stub = $this->getFunctionMock('Zotlabs\Module', 'file_get_contents');
$fgc_stub
->expects($this->once())
- ->willReturn($this->returnValueMap($file_content_map));
+ ->willReturnMap($file_content_map);
$this->get("help/about/help_topic");