1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00
appwrite/tests/e2e/Services/Realtime/RealtimeCustomClientTest.php

15 lines
280 B
PHP
Raw Normal View History

<?php
namespace Tests\E2E\Services\Realtime;
use Tests\E2E\Client;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\SideClient;
class RealtimeCustomClientTest extends Scope
{
use RealtimeBase;
use ProjectCustom;
use SideClient;
}