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 ac6ecab commit 014e007Copy full SHA for 014e007
bin-stub/phparkitect
@@ -12,7 +12,8 @@ if (isset($_composer_autoload_path)) {
12
13
} else {
14
// if $_composer_autoload_path is not set, we will try to find the autoload.php file
15
-// guessing the location of the phparkitect binary:
+// guessing the location of the phparkitect binary
16
+// ps: e2e tests are run from the bin-stub dir and needs that
17
$possible_autoload_locations = [
18
__DIR__ . '/../../autoload.php', // inside vendor dir like "vendor/phparkitect/bin"
19
__DIR__ . '/../vendor/autoload.php', // first level project dir like "bin"
0 commit comments