1
0
Fork 0
mirror of synced 2024-08-02 20:12:01 +12:00
appwrite/tests/e2e/Services/Messaging/MessagingCustomClientTest.php

15 lines
262 B
PHP

<?php
namespace Tests\E2E\Services\Messaging;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideClient;
class MessagingCustomClientTest extends Scope
{
use MessagingBase;
use ProjectCustom;
use SideClient;
}