1
0
Fork 0
mirror of synced 2024-09-17 10:00:07 +12:00
appwrite/tests/e2e/Services/Messaging/MessagingCustomServerTest.php
2023-08-25 03:09:12 +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\SideServer;
class MessagingCustomServerTest extends Scope
{
use MessagingBase;
use ProjectCustom;
use SideServer;
}