aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/Module/HelpTest.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-05-15 08:28:19 +0000
committerMario <mario@mariovavti.com>2024-05-15 08:28:19 +0000
commita10402a7883efd4886ad17c8133c10237f443181 (patch)
treeeca3f5a3ba34d40d1e7d0766a59d3494c9db47ad /tests/unit/Module/HelpTest.php
parent2145207ad2feedde9a1fe73807ef6365664aad79 (diff)
parent5da0cc138f4330fd07e9c117b3f4261dc1bcbc19 (diff)
downloadvolse-hubzilla-a10402a7883efd4886ad17c8133c10237f443181.tar.gz
volse-hubzilla-a10402a7883efd4886ad17c8133c10237f443181.tar.bz2
volse-hubzilla-a10402a7883efd4886ad17c8133c10237f443181.zip
Merge branch 'refactor-module-rbmark' into 'dev'
Refactor and cleanup Rbmark module + add tests See merge request hubzilla/core!2126
Diffstat (limited to 'tests/unit/Module/HelpTest.php')
-rw-r--r--tests/unit/Module/HelpTest.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/unit/Module/HelpTest.php b/tests/unit/Module/HelpTest.php
index 0f1610db5..3fb7687d3 100644
--- a/tests/unit/Module/HelpTest.php
+++ b/tests/unit/Module/HelpTest.php
@@ -176,13 +176,4 @@ class HelpTest extends \Zotlabs\Tests\Unit\Module\TestCase {
$this->assertPageContains('<h3>This is the included file.</h3>');
}
-
- /**
- * Helper to simplify asserting contents in the rendered page.
- *
- * @param string $needle The expected string to find.
- */
- private function assertPageContains(string $needle): void {
- $this->assertStringContainsString($needle, \App::$page['content']);
- }
}