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 312fbe2 commit 9a29564Copy full SHA for 9a29564
tests/Integration/Vite/ViteTagsComponentTest.php
@@ -4,6 +4,7 @@
4
5
namespace Tests\Tempest\Integration\Vite;
6
7
+use Tempest\View\ViewCache;
8
use Tempest\Vite\ViteConfig;
9
use Tests\Tempest\Integration\FrameworkIntegrationTestCase;
10
@@ -19,6 +20,10 @@ protected function setUp(): void
19
20
parent::setUp();
21
22
$this->vite->setRootDirectory(__DIR__ . '/Fixtures/tmp');
23
+
24
+ if (PHP_OS_FAMILY === 'Windows') {
25
+ dump($this->container->get(ViewCache::class));
26
+ }
27
}
28
29
public function test_dev_entrypoint(): void
0 commit comments