mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
286e0e5802
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
18 lines
366 B
PHP
18 lines
366 B
PHP
<?php
|
|
|
|
namespace Tests\E2E\Services\TablesDB;
|
|
|
|
use Tests\E2E\Scopes\ApiTablesDB;
|
|
use Tests\E2E\Scopes\ProjectCustom;
|
|
use Tests\E2E\Scopes\Scope;
|
|
use Tests\E2E\Scopes\SideConsole;
|
|
use Tests\E2E\Services\Databases\DatabasesBase;
|
|
|
|
class TablesDBConsoleClientTest extends Scope
|
|
{
|
|
use DatabasesBase;
|
|
use ProjectCustom;
|
|
use SideConsole;
|
|
use ApiTablesDB;
|
|
}
|