appwrite/tests/e2e/Services/Locale/LocaleCustomClientTest.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;
2024-03-06 17:34:21 +00:00
use Tests\E2E\Scopes\Scope;
2020-01-12 11:11:16 +00:00
use Tests\E2E\Scopes\SideClient;
class LocaleCustomClientTest extends Scope
{
use LocaleBase;
use ProjectCustom;
use SideClient;
2022-05-23 14:54:50 +00:00
}