Ensure October helpers are loaded before Laravel helpers
This commit is contained in:
parent
852ed1afb8
commit
078eb9191c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue