1
0
Fork 0
mirror of synced 2024-07-05 22:51:24 +12:00
appwrite/tests/e2e/Services/Users/UsersCustomServerTest.php
2022-05-16 12:11:37 +02:00

15 lines
271 B
PHP

<?php
namespace Tests\E2E\Services\Users;
use Tests\E2E\Client;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideServer;
class UsersCustomServerTest extends Scope
{
use UsersBase;
use ProjectCustom;
use SideServer;
}