File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/PHPStan/Rules/DeadCode Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -155,13 +155,13 @@ public function testBug4002(): void
155
155
$ this ->analyse ([__DIR__ . '/data/bug-4002.php ' ], []);
156
156
}
157
157
158
- public function testBug4002_2 (): void
158
+ public function testBug4002Two (): void
159
159
{
160
160
$ this ->treatPhpDocTypesAsCertain = true ;
161
161
$ this ->analyse ([__DIR__ . '/data/bug-4002-2.php ' ], []);
162
162
}
163
163
164
- public function testBug4002_3 (): void
164
+ public function testBug4002Three (): void
165
165
{
166
166
$ this ->treatPhpDocTypesAsCertain = true ;
167
167
$ this ->analyse ([__DIR__ . '/data/bug-4002-3.php ' ], [
@@ -172,7 +172,7 @@ public function testBug4002_3(): void
172
172
]);
173
173
}
174
174
175
- public function testBug4002_4 (): void
175
+ public function testBug4002Four (): void
176
176
{
177
177
$ this ->treatPhpDocTypesAsCertain = true ;
178
178
$ this ->analyse ([__DIR__ . '/data/bug-4002-4.php ' ], [
You can’t perform that action at this time.
0 commit comments