Files
appwrite/tests/e2e/Services/Presences/PresenceCustomClientTest.php
ArnabChatterjee20k 9f65c6ce41 updated namespace
2026-05-11 15:27:54 +05:30

15 lines
260 B
PHP

<?php
namespace Tests\E2E\Services\Presences;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideClient;
class PresenceCustomClientTest extends Scope
{
use PresenceBase;
use ProjectCustom;
use SideClient;
}