Skip to content

Commit

Permalink
update bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Feb 24, 2024
1 parent 7e6da5e commit 5bea812
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@

$container = require_once __DIR__ . '/../container.php';

// connection used for testing
$params = [
'memory' => true,
'driver' => 'pdo_sqlite',
];

/** @var \PSX\Framework\Test\Environment $environment */
$environment = $container->get(\PSX\Framework\Test\Environment::class);
$environment->setup($params);
$environment->setup();

0 comments on commit 5bea812

Please sign in to comment.