1
0
Fork 0
mirror of synced 2024-06-26 10:10:57 +12:00
appwrite/tests/e2e/Services/Locale/LocaleCustomClientTest.php
2020-01-12 13:11:16 +02:00

14 lines
252 B
PHP

<?php
namespace Tests\E2E\Services\Locale;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\SideClient;
class LocaleCustomClientTest extends Scope
{
use LocaleBase;
use ProjectCustom;
use SideClient;
}