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