appwrite/tests/e2e/Services/Databases/VectorsDB/Transactions/TransactionsCustomServerTest.php

15 lines
291 B
PHP
Raw Normal View History

2025-11-12 10:51:27 +00:00
<?php
2026-03-09 08:21:48 +00:00
namespace Tests\E2E\Services\Databases\VectorsDB\Transactions;
2025-11-12 10:51:27 +00:00
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;
}