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

14 lines
259 B
PHP

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