Files
appwrite/tests/e2e/Services/Project/OAuth2CustomServerTest.php
2026-04-27 15:51:54 +02:00

15 lines
254 B
PHP

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