mirror of
https://github.com/appwrite/appwrite
synced 2026-05-12 19:48:41 +00:00
15 lines
No EOL
277 B
PHP
15 lines
No EOL
277 B
PHP
<?php
|
|
|
|
namespace Tests\E2E\Services\Avatars;
|
|
|
|
use Tests\E2E\Client;
|
|
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;
|
|
} |