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;
}