Skip to content

Commit

Permalink
Try setting the app.url config
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Jan 6, 2024
1 parent 8cf7981 commit 218a1eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ protected function getPackageProviders($app)
public function getEnvironmentSetUp($app)
{
config()->set('database.default', 'testing');
config()->set('app.url', 'http://localhost');

/*
$migration = include __DIR__.'/../database/migrations/create_importmap-laravel_table.php.stub';
Expand Down

0 comments on commit 218a1eb

Please sign in to comment.