Skip to content

Commit 65908dd

Browse files
committed
📦 Rename class in fixture to be consistent with filename
1 parent 9dcb0e3 commit 65908dd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rules-tests/CodeQuality/Rector/Class_/PreferPHPUnitSelfCallRector/Fixture/skip_include_exceptions.php.inc renamed to rules-tests/CodeQuality/Rector/Class_/PreferPHPUnitSelfCallRector/Fixture/skip_skip_exceptions.php.inc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace Rector\PHPUnit\Tests\CodeQuality\Rector\Class_\PreferPHPUnitSelfCallRe
44

55
use PHPUnit\Framework\TestCase;
66

7-
final class IncludeExceptions extends TestCase
7+
final class SkipExceptions extends TestCase
88
{
99
public function testMe()
1010
{
@@ -14,5 +14,3 @@ final class IncludeExceptions extends TestCase
1414
$this->expectExceptionCode(123);
1515
}
1616
}
17-
18-
?>

0 commit comments

Comments
 (0)