1
0
Fork 0
mirror of synced 2024-09-14 16:38:28 +12:00
appwrite/tests/e2e/Services/Projects/ProjectsCustomClientTest.php
2023-11-28 00:30:02 +13:00

14 lines
259 B
PHP

<?php
namespace Tests\E2E\Services\Projects;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\SideClient;
use Tests\E2E\Client;
class ProjectsCustomClientTest extends Scope
{
use ProjectCustom;
use SideClient;
}