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 ea9ee20 commit 74e51aaCopy full SHA for 74e51aa
.github/workflows/integration-tests.yml
@@ -188,6 +188,9 @@ jobs:
188
git clone https://github.com/shipmonk-rnd/phpstan-rules.git -b 1.1.1 --depth 1 e2e/integration/repo
189
cd e2e/integration/repo
190
composer install
191
+ cp ../../../phpstan.phar vendor/phpstan/phpstan/phpstan.phar
192
+ cp ../../../phpstan vendor/phpstan/phpstan/phpstan
193
+ cp ../../../bootstrap.php vendor/phpstan/phpstan/bootstrap.php
194
../../../phpstan.phar && vendor/bin/phpunit tests
195
#- php-version: 8.1
196
# script: |
0 commit comments