Files
api/services/nginx/app/tests/Api/SelfserveZZZShellyGuardApiTest.php
T
Jeppe Bundgaard 206b487fa2 Add new table and enhance studio layout logic
Introduce `department_selfserve_studio_layouts` table for department-specific layouts and implement advanced auto-layout functionality in the DepartmentSelfServeStudio module. Added custom node definitions, updated styling, and integrated new logics for sorting and visualizing nodes in the Vue Flow interface.
2026-04-28 14:21:31 +02:00

8 lines
181 B
PHP

<?php
usesApiSuite();
it('did not record any real Shelly request attempts during self-serve API tests', function (): void {
expect(shelly_test_guard_entries())->toBe([]);
});