File tree Expand file tree Collapse file tree 3 files changed +2
-116
lines changed
Expand file tree Collapse file tree 3 files changed +2
-116
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ services:
285285 set -x
286286 fi
287287 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
288+ find . -name \\*.php ! -path "./.Build/\\*" ! -path "./Resources/Private/CodeTemplates\\*" -print0 | xargs -0 -n1 -P4 php -dxdebug.mode=off -l >/dev/null
289289 "
290290
291291 phpstan :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -54,6 +54,6 @@ services:
5454 B13\Make\Command\AcceptanceTestsCommand :
5555 tags :
5656 - name : ' console.command'
57- command : ' make:acceptance'
57+ command : ' make:testing: acceptance'
5858 description : ' Create files required to run acceptance tests'
5959 schedulable : false
You can’t perform that action at this time.
0 commit comments