Skip to content

Commit dc767ed

Browse files
committed
wip
1 parent b2abaab commit dc767ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Toolkit/tests/Command/InstallComponentCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function testShouldAbleToInstallComponentTableAndItsDependencies(): void
5050
$this->assertFileDoesNotExist($expectedFile);
5151
}
5252

53-
$testCommand = $this->consoleCommand('ux:toolkit:install-component Table --destination='.$this->tmpDir)
53+
$testCommand = $this->consoleCommand(sprintf('ux:toolkit:install-component Table --destination="%s"', str_replace('\\', '\\\\', $this->tmpDir)))
5454
->execute()
5555
->assertSuccessful()
5656
->assertOutputContains('Installing component Table from the Shadcn UI kit...')

0 commit comments

Comments
 (0)