Files
appwrite/tests/e2e/Services/Proxy/ProxyConsoleClientTest.php
T
2026-05-04 11:36:54 +02:00

15 lines
253 B
PHP

<?php
namespace Tests\E2E\Services\Proxy;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideConsole;
class ProxyConsoleClientTest extends Scope
{
use ProxyBase;
use ProjectCustom;
use SideConsole;
}