Skip to content

Commit 9a29564

Browse files
committed
chore: debug view cache
1 parent 312fbe2 commit 9a29564

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/Integration/Vite/ViteTagsComponentTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
namespace Tests\Tempest\Integration\Vite;
66

7+
use Tempest\View\ViewCache;
78
use Tempest\Vite\ViteConfig;
89
use Tests\Tempest\Integration\FrameworkIntegrationTestCase;
910

@@ -19,6 +20,10 @@ protected function setUp(): void
1920
parent::setUp();
2021

2122
$this->vite->setRootDirectory(__DIR__ . '/Fixtures/tmp');
23+
24+
if (PHP_OS_FAMILY === 'Windows') {
25+
dump($this->container->get(ViewCache::class));
26+
}
2227
}
2328

2429
public function test_dev_entrypoint(): void

0 commit comments

Comments
 (0)