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

15 lines
263 B
PHP
Raw Permalink Normal View History

2026-03-25 14:47:11 +00:00
<?php
namespace Tests\E2E\Services\Project;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideConsole;
class PlatformsConsoleClientTest extends Scope
{
use PlatformsBase;
use ProjectCustom;
use SideConsole;
}