Skip to content

Commit 061d518

Browse files
committed
DocsXsdTest: fix test
The "Schemas validity error :" phrase may not always show (and is not essential for the test anyhow).
1 parent e0c5889 commit 061d518

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)