Skip to content

Commit

Permalink
Remove test for public public(set), where the set hook is erased
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Aug 25, 2024
1 parent 7c9cee8 commit 501c3d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function rename() {
$t->newInstance()->rename();
}

#[Test, Values(['private', 'protected', 'public'])]
#[Test, Values(['private', 'protected'])]
public function reflection($modifier) {
$t= $this->declare('class %T {
public '.$modifier.'(set) string $fixture= "Test";
Expand Down

0 comments on commit 501c3d5

Please sign in to comment.