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 b2abaab commit dc767edCopy full SHA for dc767ed
src/Toolkit/tests/Command/InstallComponentCommandTest.php
@@ -50,7 +50,7 @@ public function testShouldAbleToInstallComponentTableAndItsDependencies(): void
50
$this->assertFileDoesNotExist($expectedFile);
51
}
52
53
- $testCommand = $this->consoleCommand('ux:toolkit:install-component Table --destination='.$this->tmpDir)
+ $testCommand = $this->consoleCommand(sprintf('ux:toolkit:install-component Table --destination="%s"', str_replace('\\', '\\\\', $this->tmpDir)))
54
->execute()
55
->assertSuccessful()
56
->assertOutputContains('Installing component Table from the Shadcn UI kit...')
0 commit comments