Files
appwrite/tests/e2e/Services/Databases/VectorsDB/Transactions/TransactionsCustomClientTest.php
2026-03-19 20:30:42 +05:30

15 lines
291 B
PHP

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