Skip to content

Commit

Permalink
Delete test that expected wrong behaviour of sebastian/comparator
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 14, 2022
1 parent 1f26582 commit 3e5a5d0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/unit/Framework/Constraint/IsEqualTest.php
Expand Up @@ -181,18 +181,6 @@ public function isEqualProvider(): array
+ 0 => 1
)
EOF
],
[[true], ['true'], <<<'EOF'
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
Array (
- 0 => true
+ 0 => 'true'
)
EOF
],
[[0, [1], [2], 3], [0, [4], [2], 3], <<<'EOF'
Expand Down

0 comments on commit 3e5a5d0

Please sign in to comment.