Files
appwrite/tests/e2e/Services/TablesDB/Transactions/TablesDBTransactionsConsoleClientTest.php
loks0n 286e0e5802 Fix import ordering in TablesDB test files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 16:25:05 +00:00

20 lines
481 B
PHP

<?php
namespace Tests\E2E\Services\TablesDB\Transactions;
use Tests\E2E\Scopes\ApiTablesDB;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideConsole;
use Tests\E2E\Services\Databases\Transactions\TransactionsBase;
use Tests\E2E\Traits\DatabasesUrlHelpers;
class TablesDBTransactionsConsoleClientTest extends Scope
{
use TransactionsBase;
use DatabasesUrlHelpers;
use ProjectCustom;
use SideConsole;
use ApiTablesDB;
}