Add new tests

This commit is contained in:
Matej Bačo
2026-04-14 16:55:39 +02:00
parent 556ca10ed9
commit ffdfe4bbf8
3 changed files with 600 additions and 0 deletions
@@ -0,0 +1,14 @@
<?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;
}