1
0
Fork 0
mirror of synced 2024-07-08 16:06:02 +12:00
appwrite/tests/e2e/Services/Avatars/AvatarsCustomServerTest.php
2022-05-23 14:54:50 +00:00

15 lines
256 B
PHP

<?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
{
use AvatarsBase;
use ProjectCustom;
use SideServer;
}