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

14 lines
293 B
PHP

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