appwrite/tests/e2e/Services/Project/LabelsConsoleClientTest.php
2026-04-07 13:28:35 +02:00

14 lines
257 B
PHP

<?php
namespace Tests\E2E\Services\Project;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideConsole;
class LabelsConsoleClientTest extends Scope
{
use LabelsBase;
use ProjectCustom;
use SideConsole;
}