appwrite/tests/e2e/Services/Locale/LocaleCustomServerTest.php

15 lines
253 B
PHP
Raw Normal View History

2020-01-12 11:11:16 +00:00
<?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
{
2020-01-12 11:47:08 +00:00
use LocaleBase;
2020-01-12 11:11:16 +00:00
use ProjectCustom;
use SideServer;
2022-05-23 14:54:50 +00:00
}