Skip to content

Commit

Permalink
Remove dump().
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspertey committed Apr 17, 2024
1 parent dab2ca1 commit e28ef2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Generator/MakeViewModelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@

$output = Artisan::output();

dump($output);

expect($output)->toContain("Base view model {$baseViewModel} doesn't exist, generating");

expect(file_exists($expectedBaseViewModelPath))->toBeTrue();
Expand Down

0 comments on commit e28ef2d

Please sign in to comment.