appwrite/tests/e2e/Services/Databases/TablesDB/Transactions/PermissionsCustomClientTest.php
2025-10-04 16:43:39 +13:00

14 lines
288 B
PHP

<?php
namespace Tests\E2E\Services\Databases\TablesDB\Transactions;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideClient;
class PermissionsCustomClientTest extends Scope
{
use PermissionsBase;
use ProjectCustom;
use SideClient;
}