Skip to content

Commit

Permalink
Update TestCase.php
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Feb 27, 2024
1 parent 6af871a commit e5d0486
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ public function setUp(): void
Artisan::call('cache:clear');
Artisan::call('view:clear');

Artisan::call('lang:publish');
// app()->version(); Artisan::call('lang:publish');
Artisan::call('vendor:publish --tag=lang');

View::addNamespace('i18n', __DIR__.'/views');

Expand Down

0 comments on commit e5d0486

Please sign in to comment.