Skip to content

Commit 30d2f74

Browse files
authored
Apply suggestions from code review
1 parent a0c694c commit 30d2f74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/NovaTestGeneratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function testSuccess()
5757
$this->mockNovaServiceProviderExists();
5858

5959
$this->mockFilesystem();
60-
$this->mockNovaResourceTestGenerator();
60+
$this->mockNovaRequestClassCall();
6161

6262
app(NovaTestGenerator::class)
6363
->setModel('WelcomeBonus')

tests/Support/NovaTestGeneratorTest/NovaTestGeneratorMockTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ trait NovaTestGeneratorMockTrait
1212
use GeneratorMockTrait;
1313
use MockTrait;
1414

15-
public function mockNovaResourceTestGenerator(): void
15+
public function mockNovaRequestClassCall(): void
1616
{
1717
$mock = Mockery::mock('alias:Laravel\Nova\Http\Requests\NovaRequest');
1818

0 commit comments

Comments
 (0)