appwrite/tests/e2e/Services/Project/KeysConsoleClientTest.php
2026-04-08 10:32:20 +02:00

14 lines
253 B
PHP

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