aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/Module/RpostTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Module/RpostTest.php')
-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')