Files
appwrite/tests/e2e/Services/Databases/DocumentsDB/Transactions/TransactionsCustomClientTest.php
ArnabChatterjee20k 470d84a843 * updated transactions
* updated tests
2025-10-16 21:45:30 +05:30

15 lines
293 B
PHP

<?php
namespace Tests\E2E\Services\Databases\DocumentsDB\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;
}