Merge branch 'feat-txn' of github.com:appwrite/appwrite into feat-txn

This commit is contained in:
Jake Barnby
2025-09-17 14:58:36 +12:00
3 changed files with 6 additions and 3 deletions
@@ -3,9 +3,10 @@
namespace Tests\E2E\Services\Databases\TablesDB\Transactions;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideConsole;
class TransactionsConsoleClientTest
class TransactionsConsoleClientTest extends Scope
{
use TransactionsBase;
use ProjectCustom;
@@ -3,9 +3,10 @@
namespace Tests\E2E\Services\Databases\TablesDB\Transactions;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideClient;
class TransactionsCustomClientTest
class TransactionsCustomClientTest extends Scope
{
use TransactionsBase;
use ProjectCustom;
@@ -3,9 +3,10 @@
namespace Tests\E2E\Services\Databases\TablesDB\Transactions;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideServer;
class TransactionsCustomServerTest
class TransactionsCustomServerTest extends Scope
{
use TransactionsBase;
use ProjectCustom;