TenantAtlas/tests/Feature/OpsUx/OpsUxSmokeTest.php
2026-01-18 14:44:16 +01:00

6 lines
102 B
PHP

<?php
it('ops-ux test suite boots', function () {
expect(true)->toBeTrue();
})->group('ops-ux');