appwrite/tests/e2e/Services/Databases/TablesDB/Transactions/PermissionsCustomClientTest.php

15 lines
288 B
PHP
Raw Normal View History

2025-10-04 03:43:39 +00:00
<?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;
}