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

15 lines
288 B
PHP
Raw Normal View History

2025-09-16 01:25:15 +00:00
<?php
namespace Tests\E2E\Services\Databases\Legacy\Transactions;
use Tests\E2E\Scopes\ProjectCustom;
2025-10-04 08:10:50 +00:00
use Tests\E2E\Scopes\Scope;
2025-09-16 01:25:15 +00:00
use Tests\E2E\Scopes\SideServer;
2025-10-04 08:10:50 +00:00
class TransactionsCustomServerTest extends Scope
2025-09-16 01:25:15 +00:00
{
use TransactionsBase;
use ProjectCustom;
use SideServer;
}