Skip to content

Commit

Permalink
Merge pull request #151 from PHPCSStandards/feature/docsxsdtest-minor…
Browse files Browse the repository at this point in the history
…-fix

DocsXsdTest: fix test
  • Loading branch information
jrfnl authored Sep 9, 2024
2 parents e0c5889 + 061d518 commit 9831647
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 9831647

Please sign in to comment.