Skip to content

Commit 7421881

Browse files
authored
Allow ssetUpBeforeClass method name
Signed-off-by: Thorsten Frommen <info@tfrommen.de>
1 parent 7de8480 commit 7421881

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Inpsyde/Sniffs/CodeQuality/NoAccessorsSniff.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class NoAccessorsSniff implements Sniff
4040
'getInnerIterator',
4141
'getChildren',
4242
'setUp',
43+
'setUpBeforeClass',
4344
];
4445

4546
public bool $skipForPrivate = true;

0 commit comments

Comments
 (0)