tests: Add comment to Tests\Unit\Module\RpostTest.

This commit is contained in:
Harald Eilertsen
2024-05-18 21:00:28 +02:00
parent 93a45be181
commit 7c688de9cd

View File

@@ -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')