mirror of
https://github.com/appwrite/appwrite
synced 2026-05-01 18:38:05 +00:00
13 lines
248 B
PHP
13 lines
248 B
PHP
<?php
|
|
|
|
namespace Tests\E2E\Services\Databases\TablesDB\Transactions;
|
|
|
|
use Tests\E2E\Scopes\ProjectCustom;
|
|
use Tests\E2E\Scopes\SideClient;
|
|
|
|
class TransactionsCustomClientTest
|
|
{
|
|
use TransactionsBase;
|
|
use ProjectCustom;
|
|
use SideClient;
|
|
}
|