appwrite/tests/e2e/Services/Databases/TablesDB/Transactions/TransactionsCustomClientTest.php
2025-09-16 11:29:13 +03:00

14 lines
290 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 TransactionsCustomClientTest extends Scope
{
use TransactionsBase;
use ProjectCustom;
use SideClient;
}