Skip to content

Commit 014e007

Browse files
wip
1 parent ac6ecab commit 014e007

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin-stub/phparkitect

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ if (isset($_composer_autoload_path)) {
1212

1313
} else {
1414
// if $_composer_autoload_path is not set, we will try to find the autoload.php file
15-
// guessing the location of the phparkitect binary:
15+
// guessing the location of the phparkitect binary
16+
// ps: e2e tests are run from the bin-stub dir and needs that
1617
$possible_autoload_locations = [
1718
__DIR__ . '/../../autoload.php', // inside vendor dir like "vendor/phparkitect/bin"
1819
__DIR__ . '/../vendor/autoload.php', // first level project dir like "bin"

0 commit comments

Comments
 (0)