Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Dec 22, 2024
1 parent b5f507a commit e52904e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use Hyde\Console\Helpers\InteractivePublishCommandHelper;
use Illuminate\Support\Facades\Artisan;

use function Laravel\Prompts\multiselect;
use function str_replace;
use function sprintf;
use function strstr;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function testInteractiveSelectionOnUnixSystems()
});

$this->artisan('publish:views components --interactive')
->expectsOutput("Published files [article-excerpt.blade.php]")
->expectsOutput('Published files [article-excerpt.blade.php]')
->assertExitCode(0);

$this->assertFileExists(Hyde::path('resources/views/vendor/hyde/components/article-excerpt.blade.php'));
Expand Down

0 comments on commit e52904e

Please sign in to comment.