We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b3e52 commit 5acf32bCopy full SHA for 5acf32b
tests/Unit/Install/HerdTest.php
@@ -101,7 +101,7 @@ function getHerdTestTempDir(): string
101
file_put_contents($mcpPath, 'test phar content');
102
103
expect($herd->isMcpAvailable())->toBeTrue();
104
-});
+})->onlyOnWindows();
105
106
test('isMcpAvailable returns false after MCP file is removed', function () {
107
$testHome = getHerdTestTempDir().'/home';
0 commit comments