Skip to content

Commit 0b9e9a3

Browse files
committed
Rename test file
1 parent 437e99c commit 0b9e9a3

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

tests/PHPStan/Rules/Methods/OverridingMethodRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function testOverridingFinalMethod(): void
2222
$this->markTestSkipped('Test requires static reflection.');
2323
}
2424

25-
$this->analyse([__DIR__ . '/data/overriding-final-method.php'], [
25+
$this->analyse([__DIR__ . '/data/overriding-method.php'], [
2626
[
2727
'Method OverridingFinalMethod\Bar::doFoo() overrides final method OverridingFinalMethod\Foo::doFoo().',
2828
43,

tests/PHPStan/Rules/Methods/data/overriding-final-method.php renamed to tests/PHPStan/Rules/Methods/data/overriding-method.php

File renamed without changes.

0 commit comments

Comments
 (0)