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