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

15 lines
254 B
PHP
Raw Normal View History

2026-04-07 11:28:35 +00:00
<?php
namespace Tests\E2E\Services\Project;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideServer;
class LabelsCustomServerTest extends Scope
{
use LabelsBase;
use ProjectCustom;
use SideServer;
}