1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00
appwrite/tests/e2e/Services/Avatars/AvatarsCustomServerTest.php

14 lines
255 B
PHP
Raw Normal View History

2020-01-13 00:11:16 +13:00
<?php
namespace Tests\E2E\Services\Avatars;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideServer;
class AvatarsCustomServerTest extends Scope
{
2020-01-13 00:47:08 +13:00
use AvatarsBase;
2020-01-13 00:11:16 +13:00
use ProjectCustom;
use SideServer;
}