Skip to content

Commit 3ea0077

Browse files
authored
Remove Test.
1 parent fb0cb91 commit 3ea0077

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

tests/InertiaResponseRendererTest.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -145,20 +145,6 @@ public function it_redirects_with_an_error(): void
145145
$response->assertSessionHasErrors('wizard');
146146
}
147147

148-
/** @test */
149-
public function it_throws_an_exception_if_the_template_does_not_exist(): void
150-
{
151-
File::shouldReceive('exists')
152-
->with(resource_path('js/Pages/Wizards/InertiaWizard/InertiaStep.vue'))
153-
->andReturnFalse();
154-
155-
$this->expectException(StepTemplateNotFoundException::class);
156-
$this->expectErrorMessage('No template found for step [inertia-step].');
157-
158-
$this->makeRenderer()
159-
->renderStep($this->step, $this->wizard, []);
160-
}
161-
162148
protected function makeRenderer(): ResponseRenderer
163149
{
164150
return new InertiaResponseRenderer('Wizards');

0 commit comments

Comments
 (0)