Skip to content

Commit

Permalink
Squiz/OperatorBracket: rename test case file
Browse files Browse the repository at this point in the history
.... to allow for adding additional test case files.
  • Loading branch information
jrfnl committed Aug 1, 2024
1 parent 2014d6f commit db1a142
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ final class OperatorBracketUnitTest extends AbstractSniffUnitTest
public function getErrorList($testFile='')
{
switch ($testFile) {
case 'OperatorBracketUnitTest.inc':
case 'OperatorBracketUnitTest.1.inc':
return [
3 => 1,
6 => 1,
Expand Down

0 comments on commit db1a142

Please sign in to comment.