1
0
Fork 0
mirror of synced 2024-08-03 04:21:46 +12:00
appwrite/tests/e2e/Services/Messaging/MessagingCustomServerTest.php
prateek banga 9be0592dab lint fix
2023-08-25 04:46:15 +05:30

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\SideServer;
class MessagingCustomServerTest extends Scope
{
use MessagingBase;
use ProjectCustom;
use SideServer;
}