Add project variable tests

This commit is contained in:
Matej Bačo
2026-03-18 15:41:43 +01:00
parent a6eac0a01e
commit 84316fdfb5
3 changed files with 859 additions and 0 deletions
@@ -0,0 +1,14 @@
<?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;
}