appwrite/tests/e2e/Services/Teams/TeamsCustomClientTest.php

16 lines
275 B
PHP
Raw Normal View History

2020-01-16 14:06:28 +00: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;
2022-05-23 14:54:50 +00:00
}