appwrite/tests/e2e/Services/Project/SMTPConsoleClientTest.php

15 lines
253 B
PHP
Raw Permalink Normal View History

2026-04-14 14:55:39 +00:00
<?php
namespace Tests\E2E\Services\Project;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideConsole;
class SMTPConsoleClientTest extends Scope
{
use SMTPBase;
use ProjectCustom;
use SideConsole;
}