Skip to content

Commit

Permalink
adjust expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Aug 1, 2021
1 parent 6b4fd83 commit 170e862
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,11 @@ public function testStrictComparison(): void
466,
],
[
'Strict comparison using === between int and \'foo\' will always evaluate to false.',
'Strict comparison using === between int<0, 1> and \'foo\' will always evaluate to false.',
622,
],
[
'Strict comparison using === between 100 and \'foo\' will always evaluate to false.',
624,
],
[
Expand Down Expand Up @@ -341,7 +345,11 @@ public function testStrictComparisonWithoutAlwaysTrue(): void
466,
],
[
'Strict comparison using === between int and \'foo\' will always evaluate to false.',
'Strict comparison using === between int<0, 1> and \'foo\' will always evaluate to false.',
622,
],
[
'Strict comparison using === between 100 and \'foo\' will always evaluate to false.',
624,
],
[
Expand Down

0 comments on commit 170e862

Please sign in to comment.