appwrite/tests/e2e/Services/Databases/Legacy/Transactions/TransactionsCustomServerTest.php
2025-10-04 21:10:50 +13:00

14 lines
288 B
PHP

<?php
namespace Tests\E2E\Services\Databases\Legacy\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;
}