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 789e38e commit 06ae0a2Copy full SHA for 06ae0a2
tests/Units/PlatformTest.php
@@ -60,9 +60,6 @@ public function testGetBinaryPath()
60
{
61
$binaryPath = Platform::getBinaryPath();
62
63
- // Assert that the binary path is a valid path
64
- $this->assertIsString($binaryPath);
65
-
66
// Install binary first to ensure it exists
67
Platform::installBinary();
68
0 commit comments