Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
doctrine/dbal
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Sep 11, 2020
1 parent 666ecb0 commit 375078e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 36 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"cboden/ratchet": "^0.4.1",
"clue/buzz-react": "^2.5",
"clue/redis-react": "^2.3",
"doctrine/dbal": "^2.0",
"evenement/evenement": "^2.0|^3.0",
"facade/ignition-contracts": "^1.0",
"guzzlehttp/psr7": "^1.5",
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function setUp(): void

$this->resetDatabase();
$this->loadLaravelMigrations(['--database' => 'sqlite']);
$this->loadMigrationsFrom(__DIR__.'/database/migrations');
$this->loadMigrationsFrom(__DIR__.'/../database/migrations');
$this->withFactories(__DIR__.'/database/factories');

$this->registerManagers();
Expand Down

This file was deleted.

0 comments on commit 375078e

Please sign in to comment.