appwrite/tests/e2e/Services/Databases/Transactions/VectorDBTransactionsCustomClientTest.php
2026-02-27 19:27:24 +05:30

15 lines
362 B
PHP

<?php
namespace Tests\E2E\Services\Databases\Transactions;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideClient;
use Tests\E2E\Services\Databases\VectorDB\Transactions\TransactionsBase;
class VectorDBTransactionsCustomClientTest extends Scope
{
use TransactionsBase;
use ProjectCustom;
use SideClient;
}