We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b651e4 commit a89b3fbCopy full SHA for a89b3fb
2 files changed
Build/testing-docker/docker-compose.yml
@@ -285,7 +285,7 @@ services:
285
set -x
286
fi
287
php -v | grep '^PHP';
288
- find . -name \\*.php ! -path "./.Build/\\*" ! -path "./Resources/Private/CodeTemplates/\\*" -print0 | xargs -0 -n1 -P4 php -dxdebug.mode=off -l >/dev/null
+ find . -name \\*.php ! -path "./.Build/\\*" ! -path "./Resources/Private/CodeTemplates\\*" -print0 | xargs -0 -n1 -P4 php -dxdebug.mode=off -l >/dev/null
289
"
290
291
phpstan:
Configuration/Services.yaml
@@ -54,6 +54,6 @@ services:
54
B13\Make\Command\AcceptanceTestsCommand:
55
tags:
56
- name: 'console.command'
57
- command: 'make:acceptance'
+ command: 'make:testing:acceptance'
58
description: 'Create files required to run acceptance tests'
59
schedulable: false
0 commit comments