Skip to content

Commit 69da901

Browse files
committed
debug
1 parent a82b03b commit 69da901

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Toolkit/tests/Installer/InstallerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ public function testCanInstallComponentAndItsComponentDependencies()
9595
{
9696
$installer = new Installer(self::getContainer()->get('filesystem'), fn () => throw new \BadFunctionCallException('The installer should not ask for confirmation since the file does not exist.'));
9797
$kit = $this->createKit('shadcn');
98+
dump($kit);
9899

99100
$expectedFiles = [
100101
'Table.html.twig' => $this->tmpDir.'/templates/components/Table.html.twig',

0 commit comments

Comments
 (0)