Skip to content

Commit 2bf71e7

Browse files
committed
Merge branch 'stable' into develop
2 parents 125dce3 + 9831647 commit 2bf71e7

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)