1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00
appwrite/tests/e2e/Services/Teams/TeamsCustomServerTest.php
2022-05-23 14:54:50 +00:00

17 lines
297 B
PHP

<?php
namespace Tests\E2E\Services\Teams;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideServer;
use Tests\E2E\Client;
class TeamsCustomServerTest extends Scope
{
use TeamsBase;
use TeamsBaseServer;
use ProjectCustom;
use SideServer;
}