Skip to content

Commit c8a703d

Browse files
committed
Exclude test case from contract test
1 parent 78d473e commit c8a703d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/InertiaResponseRendererTest.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use Arcanist\Tests\Fixtures\InertiaStep;
1717
use Arcanist\Tests\Fixtures\InertiaWizard;
1818
use Arcanist\Testing\ResponseRendererContractTests;
19-
use Arcanist\Exception\StepTemplateNotFoundException;
2019

2120
class InertiaResponseRendererTest extends TestCase
2221
{
@@ -35,6 +34,11 @@ protected function setUp(): void
3534
$this->step->slug = 'inertia-step';
3635
}
3736

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+
3842
/** @test */
3943
public function it_renders_the_correct_template_for_a_step(): void
4044
{

0 commit comments

Comments
 (0)