Files
appwrite/tests/e2e/Services/Presence/PresenceCustomServerTest.php
T
2026-04-13 20:47:13 +05:30

15 lines
259 B
PHP

<?php
namespace Tests\E2E\Services\Presence;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideServer;
class PresenceCustomServerTest extends Scope
{
use PresenceBase;
use ProjectCustom;
use SideServer;
}