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

15 lines
260 B
PHP
Raw Normal View History

2026-03-18 14:41:43 +00:00
<?php
namespace Tests\E2E\Services\Project;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideServer;
class VariablesCustomServerTest extends Scope
{
use VariablesBase;
use ProjectCustom;
use SideServer;
}