Skip to content

Commit 86abbe7

Browse files
committed
[TASK] Rename 'make:acceptance' to 'make:testing:acceptance'
1 parent 3b651e4 commit 86abbe7

File tree

3 files changed

+2
-116
lines changed

3 files changed

+2
-116
lines changed

Build/testing-docker/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff 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:

Classes/Command/RunTestsCommand.php

-114
This file was deleted.

Configuration/Services.yaml

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)