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.
./vendor/bin/phpunit --check-php-configuration
1 parent 2f33a2f commit 88d6fdcCopy full SHA for 88d6fdc
.github/workflows/ci.yaml
@@ -128,6 +128,8 @@ jobs:
128
- if: matrix.install-phpunit-12
129
run: composer apply-php_unit_attributes
130
131
+ - run: ./vendor/bin/phpunit --check-php-configuration
132
+
133
- run: ./vendor/bin/phpunit ${{ matrix.phpunit-flags }}
134
env:
135
FAST_LINT_TEST_CASES: ${{ matrix.FAST_LINT_TEST_CASES }}
composer.json
@@ -57,6 +57,7 @@
57
"@composer --working-dir=.dev-tools --quiet install --classmap-authoritative"
58
],
59
"test": [
60
+ "phpunit --check-php-configuration",
61
"phpunit"
62
63
"verify": [
0 commit comments