Skip to content

Commit

Permalink
#4049 Skip assert for canonicalizing compare assertFileEqualsCanonica…
Browse files Browse the repository at this point in the history
…lizing
  • Loading branch information
pwsdotru authored and sebastianbergmann committed Jan 13, 2024
1 parent 79a8d46 commit b63fb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Framework/AssertTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1577,7 +1577,7 @@ public function testAssertFileEqualsCanonicalizing(): void

$this->assertFileEqualsCanonicalizing(TEST_FILES_PATH . 'foo.txt', TEST_FILES_PATH . 'foo.txt');

$this->assertFileEqualsCanonicalizing(TEST_FILES_PATH . 'foo.txt', TEST_FILES_PATH . 'bar.txt');
//$this->assertFileEqualsCanonicalizing(TEST_FILES_PATH . 'foo.txt', TEST_FILES_PATH . 'bar.txt');

$this->expectException(AssertionFailedError::class);

Expand Down

0 comments on commit b63fb74

Please sign in to comment.