Skip to content

Commit

Permalink
boyscouting
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed May 29, 2024
1 parent 56b3b8c commit c00956c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/Feature/Commands/VersionCommandTest.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?php

use Illuminate\Console\Command;

it('runs without crashing')
->artisan('bundle:version')
->assertExitCode(Command::SUCCESS)
->expectsOutputToContain('Bundle')
->expectsOutputToContain('Laravel')
->expectsOutputToContain('PHP')
->expectsOutputToContain('Bun')
->expectsOutputToContain('LightningCSS')
->expectsOutputToContain('Sass');
->expectsOutputToContain('Sass')
->assertSuccessful();

0 comments on commit c00956c

Please sign in to comment.