1
0
Fork 0
mirror of synced 2024-07-26 08:46:26 +12:00
appwrite/tests/e2e/Services/Account/AccountConsoleClientTest.php
2023-08-30 00:31:38 -04:00

19 lines
405 B
PHP

<?php
namespace Tests\E2E\Services\Account;
use Appwrite\Extend\Exception;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\ProjectConsole;
use Tests\E2E\Scopes\SideClient;
use Utopia\Database\Helpers\ID;
use Tests\E2E\Client;
use Utopia\Database\Validator\Datetime as DatetimeValidator;
class AccountConsoleClientTest extends Scope
{
use AccountBase;
use ProjectConsole;
use SideClient;
}