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 c0a462d commit 561de31Copy full SHA for 561de31
tests/InitCommandTest.php
@@ -674,7 +674,7 @@ public function testRunWithClerkMobileAppWithPintInstalled(): void
674
$this->callShellExec('composer require ronasit/laravel-telescope-extension --ansi'),
675
$this->callShellExec('php artisan telescope:install --ansi'),
676
$this->callShellExec('php artisan vendor:publish --tag=initializator-web-login --force'),
677
- $this->callShellExec('php artisan migrate --ansi 2>&1'),
+ $this->callShellExec('php artisan migrate --ansi'),
678
);
679
680
$this
0 commit comments