appwrite/tests/e2e/Services/Project/PoliciesCustomServerTest.php

15 lines
258 B
PHP
Raw Normal View History

2026-04-21 12:05:46 +00:00
<?php
namespace Tests\E2E\Services\Project;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideServer;
class PoliciesCustomServerTest extends Scope
{
use PoliciesBase;
use ProjectCustom;
use SideServer;
}