Skip to content

Commit

Permalink
[PHPUnit 10] Fix typo assertObjectHasNotProperty -> assertObjectNotHa…
Browse files Browse the repository at this point in the history
…sProperty (#340)
  • Loading branch information
samsonasik committed Jun 22, 2024
1 parent 8e85127 commit eff5d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sets/phpunit100.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

// https://github.com/sebastianbergmann/phpunit/issues/5220
new MethodCallRename('PHPUnit\Framework\Assert', 'assertObjectHasAttribute', 'assertObjectHasProperty'),
new MethodCallRename('PHPUnit\Framework\Assert', 'assertObjectNotHasAttribute', 'assertObjectHasNotProperty'),
new MethodCallRename('PHPUnit\Framework\Assert', 'assertObjectNotHasAttribute', 'assertObjectNotHasProperty'),

new MethodCallRename(
'PHPUnit\Framework\MockObject\Rule\InvocationOrder',
Expand Down

0 comments on commit eff5d58

Please sign in to comment.