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

15 lines
260 B
PHP
Raw Normal View History

2026-04-17 15:49:20 +00:00
<?php
namespace Tests\E2E\Services\Project;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideServer;
class TemplatesCustomServerTest extends Scope
{
use TemplatesBase;
use ProjectCustom;
use SideServer;
}