1
0
Fork 0
mirror of synced 2024-09-17 10:00:07 +12:00
appwrite/tests/e2e/Services/Messaging/MessagingCustomClientTest.php
2023-08-25 04:36:41 +05:30

15 lines
263 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;
}