appwrite/tests/e2e/Services/Proxy/ProxyConsoleClientTest.php

15 lines
253 B
PHP
Raw Permalink Normal View History

2026-05-04 09:36:54 +00:00
<?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;
}