Skip to content

Commit

Permalink
Allow ssetUpBeforeClass method name
Browse files Browse the repository at this point in the history
Signed-off-by: Thorsten Frommen <[email protected]>
  • Loading branch information
tfrommen authored Feb 14, 2024
1 parent 7de8480 commit 7421881
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 7421881

Please sign in to comment.