Skip to content

Commit

Permalink
Merge branch 'stable' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Sep 9, 2024
2 parents 125dce3 + 9831647 commit 2bf71e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/DocsXsd/DocsXsdTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public function dataInvalidXsd()
'More than two code blocks in one comparison group' => [
'fixtureFile' => 'InvalidMoreThanTwoCodeBlocksInComparison.xml',
'expectedStdOut' => '',
'expectedStdErr' => "Schemas validity error : Element 'code': This element is not expected.",
'expectedStdErr' => "Element 'code': This element is not expected.",
],
'Less than two code blocks in one comparison group' => [
'fixtureFile' => 'InvalidLessThanTwoCodeBlocksInComparison.xml',
Expand Down

0 comments on commit 2bf71e7

Please sign in to comment.