8 lines
232 B
PHP
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');
|