Skip to content

Commit b6e8853

Browse files
committed
PHPCS: remove redundant exclusion
The test bootstrap file no longer creates aliases for the old PHPUnit class names, so this exclusion is no longer needed.
1 parent 4a04976 commit b6e8853

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

phpcs.xml.dist

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,6 @@
157157
<!-- Do not allow ambiguous conditions. -->
158158
<rule ref="Generic.CodeAnalysis.RequireExplicitBooleanOperatorPrecedence"/>
159159

160-
<!-- The testing bootstrap file uses string concats to stop IDEs seeing the class aliases -->
161-
<rule ref="Generic.Strings.UnnecessaryStringConcat">
162-
<exclude-pattern>tests/bootstrap\.php</exclude-pattern>
163-
</rule>
164-
165160
<!-- This test file specifically *needs* Windows line endings for testing purposes. -->
166161
<rule ref="Generic.Files.LineEndings.InvalidEOLChar">
167162
<exclude-pattern>tests/Core/Tokenizers/PHP/*WinTest\.php</exclude-pattern>

0 commit comments

Comments
 (0)