1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00
appwrite/tests/e2e/Services/Teams/TeamsCustomClientTest.php

15 lines
274 B
PHP
Raw Normal View History

2020-01-17 03:06:28 +13:00
<?php
namespace Tests\E2E\Services\Teams;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\SideClient;
class TeamsCustomClientTest extends Scope
{
use TeamsBase;
use TeamsBaseClient;
use ProjectCustom;
use SideClient;
}