Skip to content

Commit

Permalink
Simplify tests.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Aug 17, 2016
1 parent 915967a commit 87597f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DatabaseFixtureTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function setUp()
// path unless `--path` option is available.
$this->loadMigrationsFrom([
'--database' => 'testing',
'--path' => realpath(__DIR__.'/migrations'),
'--realpath' => realpath(__DIR__.'/migrations'),
]);
}

Expand Down

0 comments on commit 87597f8

Please sign in to comment.