We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd7ba9 commit 641b37aCopy full SHA for 641b37a
tests/EndToEnd/phpcbf_test.sh
@@ -19,7 +19,7 @@ function test_phpcbf_is_working_in_parallel() {
19
}
20
21
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 )"
+ 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 )"
23
assert_successful_code
24
25
assert_contains "F 1 / 1 (100%)" "$OUTPUT"
0 commit comments