1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00
appwrite/tests/e2e/Services/Locale/LocaleCustomClientTest.php

15 lines
253 B
PHP
Raw Normal View History

2020-01-13 00:11:16 +13:00
<?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;
2022-05-24 02:54:50 +12:00
}