1
0
Fork 0
mirror of synced 2024-09-09 22:27:06 +12:00
appwrite/tests/e2e/Services/Messaging/MessagingCustomClientTest.php

15 lines
262 B
PHP
Raw Normal View History

2023-08-25 11:06:41 +12:00
<?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;
}