1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00
appwrite/tests/e2e/Services/Users/UsersCustomServerTest.php

14 lines
249 B
PHP
Raw Normal View History

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