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

14 lines
248 B
PHP
Raw Normal View History

2025-09-16 01:25:15 +00:00
<?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;
}