Skip to content

Commit

Permalink
testbench bootstrap test
Browse files Browse the repository at this point in the history
  • Loading branch information
LaravelFreelancerNL committed Nov 27, 2023
1 parent 6922d34 commit d19858e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/BootstrapTestbench.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ class BootstrapTestbench
public function bootstrap(Application $app): void
{
after_resolving($app, Settings::class, static function ($settings, $app) {
dump('BootstrapTestbench is used!');
die;

$config = $app->make('config');

$config->set('database.connections.arangodb', [
Expand Down

0 comments on commit d19858e

Please sign in to comment.