Skip to content

Commit

Permalink
Fix test bootstrap
Browse files Browse the repository at this point in the history
Since we cant use the same vendor/autoload.php within the PHAR
and as an external bootstrap the a dummy bootstrap file is used.
  • Loading branch information
sebastianfeldmann committed Oct 13, 2023
1 parent 1247d93 commit 04d275c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/bootstrap.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php
2 changes: 1 addition & 1 deletion build/captainhook.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ansi-colors": true,
"git-directory": "../.git",
"custom": {"FOO": "yes", "BAR": "no"},
"bootstrap": "../vendor/autoload.php"
"bootstrap": "bootstrap.php"
},
"commit-msg": {
"enabled": true,
Expand Down

0 comments on commit 04d275c

Please sign in to comment.