mirror of
https://github.com/appwrite/appwrite
synced 2026-05-02 10:57:18 +00:00
13 lines
251 B
PHP
13 lines
251 B
PHP
<?php
|
|
|
|
namespace Tests\E2E\Services\Databases\TablesDB\Transactions;
|
|
|
|
use Tests\E2E\Scopes\ProjectCustom;
|
|
use Tests\E2E\Scopes\SideConsole;
|
|
|
|
class TransactionsConsoleClientTest
|
|
{
|
|
use TransactionsBase;
|
|
use ProjectCustom;
|
|
use SideConsole;
|
|
}
|