Skip to content

Commit 115a9e3

Browse files
committed
Tests: fix for new PHPCS version
1 parent 774a3fc commit 115a9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ private function tests10(): bool
458458
return FALSE;
459459
}
460460

461-
if (!str_contains($exec['output'], 'No fixable errors were found')) {
461+
if (!str_contains($exec['output'], 'No violations were found')) {
462462
echo 'there is probably some errors to fix' . PHP_EOL;
463463
return FALSE;
464464
}

0 commit comments

Comments
 (0)