1
0
Fork 0
mirror of synced 2024-06-15 09:14:50 +12:00
appwrite/tests/e2e/Services/Account/AccountConsoleClientTest.php
2020-01-12 08:35:37 +02:00

14 lines
258 B
PHP

<?php
namespace Tests\E2E\Services\Account;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\ProjectConsole;
use Tests\E2E\Scopes\SideClient;
class AccountConsoleClientTest extends Scope
{
use AccountBase;
use ProjectConsole;
use SideClient;
}