appwrite/tests/e2e/Services/Databases/TablesDB/Transactions/TransactionsConsoleClientTest.php

15 lines
293 B
PHP
Raw Normal View History

2025-09-16 01:25:15 +00:00
<?php
namespace Tests\E2E\Services\Databases\TablesDB\Transactions;
use Tests\E2E\Scopes\ProjectCustom;
2025-09-16 08:29:13 +00:00
use Tests\E2E\Scopes\Scope;
2025-09-16 01:25:15 +00:00
use Tests\E2E\Scopes\SideConsole;
2025-09-16 08:29:13 +00:00
class TransactionsConsoleClientTest extends Scope
2025-09-16 01:25:15 +00:00
{
use TransactionsBase;
use ProjectCustom;
use SideConsole;
}