Skip to content

Commit 641b37a

Browse files
committed
EndToEnd Tests: fix up the command for parallel expectations
1 parent cbd7ba9 commit 641b37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/EndToEnd/phpcbf_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function test_phpcbf_is_working_in_parallel() {
1919
}
2020

2121
function test_phpcbf_returns_error_on_issues() {
22-
OUTPUT="$( { bin/phpcbf --no-colors --no-cache --suffix=.fixed --standard=tests/EndToEnd/Fixtures/endtoend.xml.dist tests/EndToEnd/Fixtures/ClassWithStyleError.inc; } 2>&1 )"
22+
OUTPUT="$( { bin/phpcbf --no-colors --parallel=1 --no-cache --suffix=.fixed --standard=tests/EndToEnd/Fixtures/endtoend.xml.dist tests/EndToEnd/Fixtures/ClassWithStyleError.inc; } 2>&1 )"
2323
assert_successful_code
2424

2525
assert_contains "F 1 / 1 (100%)" "$OUTPUT"

0 commit comments

Comments
 (0)