appwrite/tests/e2e/Services/Users/UsersCustomServerTest.php

15 lines
250 B
PHP
Raw Normal View History

2020-01-13 18:14:26 +00:00
<?php
2020-01-13 18:30:13 +00:00
namespace Tests\E2E\Services\Users;
2020-01-13 18:14:26 +00:00
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideServer;
2020-01-13 18:30:13 +00:00
class UsersCustomServerTest extends Scope
2020-01-13 18:14:26 +00:00
{
2020-01-13 18:30:13 +00:00
use UsersBase;
2020-01-13 18:14:26 +00:00
use ProjectCustom;
use SideServer;
2022-05-23 14:54:50 +00:00
}