Skip to content

Commit

Permalink
Merge pull request #1158 from mockery/remove-phpunit-constraint
Browse files Browse the repository at this point in the history
Removes redundant code
  • Loading branch information
davedevelopment committed Jan 20, 2022
2 parents 98dd208 + 54915b1 commit 50eb890
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 171 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,7 @@
* Mock methods with static return types #1157
* Mock methods with mixed return type #1156
* Mock classes with new in initializers on PHP 8.1 #1160
* Removes redundant PHPUnitConstraint #1158

## 1.4.4 (2021-09-13)

Expand Down
76 changes: 0 additions & 76 deletions library/Mockery/Matcher/PHPUnitConstraint.php

This file was deleted.

95 changes: 0 additions & 95 deletions tests/Mockery/Matcher/PHPUnitConstraintTest.php

This file was deleted.

0 comments on commit 50eb890

Please sign in to comment.