-
-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
drupal-check/src/Command/CheckCommand.php
Line 184 in e78eff7
if (file_exists(__DIR__ . '/../../vendor/autoload.php')) { |
In the project vs global dependency solver it seems that the __DIR__
is starting from wrong path. When running from project binary, __DIR__
is .../vendor/mglaman/drupal-check/src/Command
so it just so happens to match with the 'global' path.
drupal-check/src/Command/CheckCommand.php
Line 195 in e78eff7
} elseif (file_exists(__DIR__ . '/../../../../autoload.php')) { |
Metadata
Metadata
Assignees
Labels
No labels