Ensure October helpers are loaded before Laravel helpers

This commit is contained in:
Ben Thomson 2020-01-19 22:58:13 +08:00
parent 852ed1afb8
commit 078eb9191c
No known key found for this signature in database
GPG Key ID: B2BAFACC5ED68F87
1 changed files with 1 additions and 1 deletions

View File

@ -41,4 +41,4 @@ jobs:
- name: Run Linting and Tests
run: |
./vendor/bin/parallel-lint --exclude vendor --exclude storage --exclude tests/fixtures/plugins/testvendor/goto/Plugin.php .
./vendor/bin/phpunit
./vendor/bin/phpunit --prepend ./vendor/october/rain/src/Support/helpers.php