mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge branch 'feat-txn' of github.com:appwrite/appwrite into feat-txn
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user