mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
tests: Add comment to Tests\Unit\Module\RpostTest.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user