1
0
Fork 0
mirror of synced 2024-09-08 05:42:15 +12:00
appwrite/tests/e2e/Services/Account/AccountConsoleClientTest.php

19 lines
405 B
PHP
Raw Normal View History

2020-01-12 02:58:02 +13:00
<?php
2020-01-12 19:35:37 +13:00
namespace Tests\E2E\Services\Account;
2020-01-12 02:58:02 +13:00
2023-01-12 01:24:37 +13:00
use Appwrite\Extend\Exception;
2020-01-12 02:58:02 +13:00
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\ProjectConsole;
use Tests\E2E\Scopes\SideClient;
2023-02-06 09:07:46 +13:00
use Utopia\Database\Helpers\ID;
2023-01-12 01:24:37 +13:00
use Tests\E2E\Client;
2023-08-05 07:15:32 +12:00
use Utopia\Database\Validator\Datetime as DatetimeValidator;
2020-01-12 02:58:02 +13:00
class AccountConsoleClientTest extends Scope
{
2023-01-12 01:39:56 +13:00
use AccountBase;
2020-01-12 02:58:02 +13:00
use ProjectConsole;
use SideClient;
2022-05-24 02:54:50 +12:00
}