There was an error while loading. Please reload this page.
1 parent df4188a commit 3166e5bCopy full SHA for 3166e5b
src/Symfony/Component/Finder/Shell/Shell.php
@@ -52,7 +52,11 @@ public function testCommand($command)
52
{
53
if (self::TYPE_WINDOWS === $this->type) {
54
// todo: find a way to test if windows command exists
55
- return true;
+ return false;
56
+ }
57
+
58
+ if (!function_exists('exec')) {
59
60
}
61
62
// todo: find a better way (command could not be available)
0 commit comments