Skip to content

Commit d8ace21

Browse files
committed
Fix indent
1 parent 882776a commit d8ace21

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

tests/github_actions/phpunit_integration.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ phpunit:
44
options: '-e XDEBUG_MODE=coverage'
55
test: 'tests/Integration'
66
additional_options: '--bootstrap tests/bootstrap.php tests --coverage-clover=/var/www/coverage_phpunit_integration.xml'
7-
logfile:
8-
prefix: 'phpunit_integration'
9-
output:
10-
prefix: 'integration_artifacts'
11-
files: |
12-
source/integration_coverage.xml
13-
generated_testplan.yaml
14-
source/source/log/oxideshop.log
15-
data/php/logs/error_log.txt
16-
coverage:
17-
path: 'source/coverage_phpunit_integration.xml'
18-
prefix: coverage-reports-phpunit_integration
7+
logfile:
8+
prefix: 'phpunit_integration'
9+
output:
10+
prefix: 'integration_artifacts'
11+
files: |
12+
source/integration_coverage.xml
13+
generated_testplan.yaml
14+
source/source/log/oxideshop.log
15+
data/php/logs/error_log.txt
16+
coverage:
17+
path: 'source/coverage_phpunit_integration.xml'
18+
prefix: coverage-reports-phpunit_integration

tests/github_actions/phpunit_unit.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ phpunit:
44
options: '-e XDEBUG_MODE=coverage'
55
test: 'tests/Unit'
66
additional_options: '--bootstrap tests/bootstrap.php tests --coverage-clover=/var/www/coverage_phpunit_unit.xml'
7-
logfile:
8-
prefix: 'phpunit_unit'
9-
output:
10-
prefix: 'unit_artifacts'
11-
files: |
12-
source/unit_coverage.xml
13-
generated_testplan.yaml
14-
source/source/log/oxideshop.log
15-
data/php/logs/error_log.txt
16-
coverage:
17-
path: 'source/coverage_phpunit_unit.xml'
18-
prefix: coverage-reports-phpunit_unit
7+
logfile:
8+
prefix: 'phpunit_unit'
9+
output:
10+
prefix: 'unit_artifacts'
11+
files: |
12+
source/unit_coverage.xml
13+
generated_testplan.yaml
14+
source/source/log/oxideshop.log
15+
data/php/logs/error_log.txt
16+
coverage:
17+
path: 'source/coverage_phpunit_unit.xml'
18+
prefix: coverage-reports-phpunit_unit

0 commit comments

Comments
 (0)