Files
appwrite/tests/e2e/Services/Databases/VectorDB/Transactions/TransactionsCustomServerTest.php
2025-11-12 16:21:27 +05:30

15 lines
290 B
PHP

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