Skip to content

Commit

Permalink
Restore blank line deleted in error
Browse files Browse the repository at this point in the history
  • Loading branch information
bdsl committed May 22, 2024
1 parent aa9c85d commit edcbd2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/CompareClassesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ public function testAnonymousClassesAreFilteredOut(): void
$this->classBasedComparatorWillNotBeCalled();
$this->interfaceBasedComparatorWillNotBeCalled();
$this->traitBasedComparatorWillNotBeCalled();

Assertion::assertChangesEqual(
Changes::empty(),
($this->compareClasses)(
Expand Down

0 comments on commit edcbd2b

Please sign in to comment.