appwrite/tests/e2e/Services/Tokens/TokensCustomClientTest.php
2024-11-18 08:52:16 +00:00

15 lines
254 B
PHP

<?php
namespace Tests\E2E\Services\Tokens;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideClient;
class TokensCustomClientTest extends Scope
{
use TokensBase;
use ProjectCustom;
use SideClient;
}