Skip to content

Commit

Permalink
(chore) cleanup bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
skie committed Apr 5, 2019
1 parent 318a295 commit 0caf793
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@
'defaults' => 'php'
]);

// Cake\Core\Plugin::load('PlumSearch', [
// 'path' => ROOT . DS,
// 'autoload' => true
// ]);

// Ensure default test connection is defined
if (!getenv('db_dsn')) {
putenv('db_dsn=sqlite:///:memory:');
Expand All @@ -85,4 +80,3 @@
'url' => getenv('db_dsn'),
'timezone' => 'UTC'
]);

0 comments on commit 0caf793

Please sign in to comment.