appwrite/tests/e2e/Services/Databases/Legacy/Transactions/TransactionsConsoleClientTest.php
2025-10-04 21:10:50 +13:00

14 lines
291 B
PHP

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