Skip to content

Commit

Permalink
Update test-runner-package.sh
Browse files Browse the repository at this point in the history
--cache-result-file is no longer available in phpunit 11

- https://youtrack.jetbrains.com/issue/WI-75593
- sebastianbergmann/phpunit#4600
  • Loading branch information
ZaneCEO authored Feb 24, 2024
1 parent 1cbaac1 commit 1e7ad30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script/php/test-runner-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ fi
fxTitle "🤖 Testing with PHPUnit..."
SYMFONY_DEPRECATIONS_HELPER=disabled ${PHP_CLI} ./vendor/bin/phpunit \
--bootstrap "${BOOTSTRAP_FILE}" \
--cache-result-file=/tmp/.phpunit.${APP_NAME}.result.cache \
--display-warnings \
--stop-on-failure $ADDITIONAL_PARAMS \
tests
Expand Down

0 comments on commit 1e7ad30

Please sign in to comment.