appwrite/tests/e2e/Services/Project/PlatformsCustomServerTest.php
2026-03-25 15:47:11 +01:00

14 lines
260 B
PHP

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