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 2504140 commit bd7b0eaCopy full SHA for bd7b0ea
.kokoro/docker/php73/Dockerfile
@@ -120,3 +120,5 @@ RUN gcloud config set app/promote_by_default false && \
120
gcloud -q components install app-engine-php && \
121
gcloud -q components update
122
123
+# Build php-cs-fixer
124
+RUN composer global require friendsofphp/php-cs-fixer
.kokoro/system_tests.sh
@@ -52,8 +52,6 @@ export PULL_REQUEST_NUMBER=$KOKORO_GITHUB_PULL_REQUEST_NUMBER
52
53
# Run code standards check when appropriate
54
if [ "${RUN_CS_CHECK}" = "true" ]; then
55
- curl -L https://cs.sensiolabs.org/download/php-cs-fixer-v2.phar -o php-cs-fixer \
56
- && chmod a+x php-cs-fixer
57
bash testing/run_cs_check.sh
58
fi
59
0 commit comments