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

14 lines
250 B
PHP

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