mirror of
https://github.com/appwrite/appwrite
synced 2026-04-26 16:07:32 +00:00
14 lines
253 B
PHP
14 lines
253 B
PHP
<?php
|
|
|
|
namespace Tests\E2E\Services\Locale;
|
|
|
|
use Tests\E2E\Scopes\ProjectCustom;
|
|
use Tests\E2E\Scopes\Scope;
|
|
use Tests\E2E\Scopes\SideServer;
|
|
|
|
class LocaleCustomServerTest extends Scope
|
|
{
|
|
use LocaleBase;
|
|
use ProjectCustom;
|
|
use SideServer;
|
|
}
|