Skip to content

Commit

Permalink
Merge pull request #82 from inpsyde/setupbeforeclass
Browse files Browse the repository at this point in the history
Allow setUpBeforeClass method name
  • Loading branch information
gmazzap committed Feb 15, 2024
2 parents 7de8480 + 7421881 commit cefb6bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Inpsyde/Sniffs/CodeQuality/NoAccessorsSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class NoAccessorsSniff implements Sniff
'getInnerIterator',
'getChildren',
'setUp',
'setUpBeforeClass',
];

public bool $skipForPrivate = true;
Expand Down

0 comments on commit cefb6bc

Please sign in to comment.