Files
appwrite/tests/e2e/Services/Project/SMTPCustomServerTest.php
T
2026-04-14 16:55:39 +02:00

15 lines
250 B
PHP

<?php
namespace Tests\E2E\Services\Project;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideServer;
class SMTPCustomServerTest extends Scope
{
use SMTPBase;
use ProjectCustom;
use SideServer;
}