Skip to content

Commit

Permalink
Missing loadLaravelMigrations, but should be the same. #176
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed May 31, 2017
1 parent 1691a08 commit 15d64da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Databases/MigrateWithRealpathAndLaravelTest.php
Expand Up @@ -23,6 +23,9 @@ public function setUp()
]);
*/


$this->loadLaravelMigrations(['--database' => 'testing']);

// call migrations specific to our tests, e.g. to seed the db
// the path option should be relative to the 'path.database'
// path unless `--path` option is available.
Expand Down

0 comments on commit 15d64da

Please sign in to comment.