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

15 lines
250 B
PHP

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