Skip to content

Commit 5eea910

Browse files
authored
Apply suggestions from code review
1 parent 51b3bbe commit 5eea910

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/FactoryGeneratorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ className: WarningEvent::class,
128128
);
129129
}
130130

131-
public function testConfigFolderWithIncorrect(): void
131+
public function testConfigFolderWithIncorrectCase(): void
132132
{
133133
$this->mockFilesystem();
134134

@@ -153,7 +153,7 @@ public function testConfigFolderWithIncorrect(): void
153153
->generate();
154154
}
155155

156-
public function testRemovePhpExtension(): void
156+
public function testConfigFolderWithExtension(): void
157157
{
158158
$this->mockFilesystem();
159159

0 commit comments

Comments
 (0)