Skip to content

Commit 9831647

Browse files
authored
Merge pull request #151 from PHPCSStandards/feature/docsxsdtest-minor-fix
DocsXsdTest: fix test
2 parents e0c5889 + 061d518 commit 9831647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DocsXsd/DocsXsdTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public function dataInvalidXsd()
141141
'More than two code blocks in one comparison group' => [
142142
'fixtureFile' => 'InvalidMoreThanTwoCodeBlocksInComparison.xml',
143143
'expectedStdOut' => '',
144-
'expectedStdErr' => "Schemas validity error : Element 'code': This element is not expected.",
144+
'expectedStdErr' => "Element 'code': This element is not expected.",
145145
],
146146
'Less than two code blocks in one comparison group' => [
147147
'fixtureFile' => 'InvalidLessThanTwoCodeBlocksInComparison.xml',

0 commit comments

Comments
 (0)