1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00
appwrite/tests/e2e/Services/Locale/LocaleCustomServerTest.php
2022-05-23 14:54:50 +00:00

16 lines
275 B
PHP

<?php
namespace Tests\E2E\Services\Locale;
use Tests\E2E\Client;
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;
}