Skip to content

Commit

Permalink
Fix test class name (#260)
Browse files Browse the repository at this point in the history
... so it matched the file name `tests/ControlStructures/ForeachControlStructureTest.php`
  • Loading branch information
spaze authored Jul 20, 2024
2 parents c687ba9 + 674f795 commit 0615f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ControlStructures/ForeachControlStructureTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Spaze\PHPStan\Rules\Disallowed\DisallowedControlStructureFactory;
use Spaze\PHPStan\Rules\Disallowed\RuleErrors\DisallowedControlStructureRuleErrors;

class WhilForeachControlStructureTest extends RuleTestCase
class ForeachControlStructureTest extends RuleTestCase
{

/**
Expand Down

0 comments on commit 0615f65

Please sign in to comment.