mirror of
https://github.com/appwrite/appwrite
synced 2026-04-23 22:47:41 +00:00
14 lines
293 B
PHP
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;
|
|
}
|