aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-05-18 21:00:28 +0200
committerHarald Eilertsen <haraldei@anduin.net>2024-06-13 13:34:20 +0200
commit7c688de9cd9bfbccab60d77396f0f879acd4a52d (patch)
tree0e007b15cc23e4cd04c3b14f456f52af7920e99c
parent93a45be1816b33651fb2138c87aae083cfd480b9 (diff)
downloadvolse-hubzilla-7c688de9cd9bfbccab60d77396f0f879acd4a52d.tar.gz
volse-hubzilla-7c688de9cd9bfbccab60d77396f0f879acd4a52d.tar.bz2
volse-hubzilla-7c688de9cd9bfbccab60d77396f0f879acd4a52d.zip
tests: Add comment to Tests\Unit\Module\RpostTest.
-rw-r--r--tests/unit/Module/RpostTest.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/unit/Module/RpostTest.php b/tests/unit/Module/RpostTest.php
index 796901520..115894026 100644
--- a/tests/unit/Module/RpostTest.php
+++ b/tests/unit/Module/RpostTest.php
@@ -9,6 +9,10 @@
*/
class RpostTest extends \Zotlabs\Tests\Unit\Module\TestCase {
+
+ /**
+ * Basic test of a get request with no args as an authenticated user.
+ */
public function test_get_with_no_args(): void {
// Mock `local_chanel()` to emulate a valid logged in channel
$lc_mock = $this->getFunctionMock('Zotlabs\Module', 'local_channel')