Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joshhanley committed May 14, 2024
1 parent 2d35393 commit e178f04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ protected function getEnvironmentSetUp($app)
$app['config']->set('database.default', 'testbench');
$app['config']->set('database.connections.testbench', [
'driver' => 'mysql',
'host' => '127.0.0.1',
'database' => 'autocompletetesting',
'username' => 'root',
'prefix' => '',
Expand Down
1 change: 1 addition & 0 deletions tests/Browser/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public static function tweakApplicationHook()
config()->set('database.default', 'testbench');
config()->set('database.connections.testbench', [
'driver' => 'mysql',
'host' => '127.0.0.1',
'database' => 'autocompletetesting',
'username' => 'root',
'prefix' => '',
Expand Down

0 comments on commit e178f04

Please sign in to comment.