appwrite/tests/e2e/Services/Databases/VectorDB/Transactions/TransactionsCustomClientTest.php

15 lines
290 B
PHP
Raw Normal View History

2025-11-12 10:51:27 +00:00
<?php
namespace Tests\E2E\Services\Databases\VectorDB\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;
}