appwrite/tests/e2e/Services/Databases/Transactions/VectorDBTransactionsCustomServerTest.php

16 lines
362 B
PHP
Raw Normal View History

2026-02-27 13:57:24 +00:00
<?php
namespace Tests\E2E\Services\Databases\Transactions;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideServer;
use Tests\E2E\Services\Databases\VectorDB\Transactions\TransactionsBase;
class VectorDBTransactionsCustomServerTest extends Scope
{
use TransactionsBase;
use ProjectCustom;
use SideServer;
}