We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d473e commit c8a703dCopy full SHA for c8a703d
tests/InertiaResponseRendererTest.php
@@ -16,7 +16,6 @@
16
use Arcanist\Tests\Fixtures\InertiaStep;
17
use Arcanist\Tests\Fixtures\InertiaWizard;
18
use Arcanist\Testing\ResponseRendererContractTests;
19
-use Arcanist\Exception\StepTemplateNotFoundException;
20
21
class InertiaResponseRendererTest extends TestCase
22
{
@@ -35,6 +34,11 @@ protected function setUp(): void
35
34
$this->step->slug = 'inertia-step';
36
}
37
+ public function throws_an_exception_if_the_template_does_not_exist(): void
38
+ {
39
+ $this->markTestSkipped('Not possible to test if template exists from Laravel');
40
+ }
41
+
42
/** @test */
43
public function it_renders_the_correct_template_for_a_step(): void
44
0 commit comments