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

8 lines
224 B
PHP

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