appwrite/tests/e2e/Services/Locale/LocaleCustomClientTest.php
2023-08-23 13:12:43 -04:00

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\SideClient;
class LocaleCustomClientTest extends Scope
{
use LocaleBase;
use ProjectCustom;
use SideClient;
}