appwrite/tests/e2e/Services/Databases/TablesDB/Transactions/TransactionsCustomServerTest.php
2025-09-16 13:25:15 +12:00

13 lines
248 B
PHP

<?php
namespace Tests\E2E\Services\Databases\TablesDB\Transactions;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\SideServer;
class TransactionsCustomServerTest
{
use TransactionsBase;
use ProjectCustom;
use SideServer;
}