TenantAtlas/tests/Feature/LegacyOnboardingRedirectTest.php
2026-02-01 12:19:57 +01:00

8 lines
232 B
PHP

<?php
declare(strict_types=1);
test('legacy onboarding redirect tests moved to workspace suite', function (): void {
// Intentionally left empty.
})->skip('Moved to tests/Feature/Workspaces/LegacyOnboardingRedirectTest.php');