Skip to content

Commit

Permalink
Fix migration test
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Jun 19, 2016
1 parent 4ab3f7b commit 9a5caff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/apps/AuthorBooks/Tests/AuthorModelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ public function testMigrationRename()
return $this->markTestSkipped('skip this test when sqlite driver is used.');
}

$migration = new Migration($this->queryDriver, $this->conn);
$migration = new Migration($this->conn, $this->queryDriver);
$author = new Author;
$schema = $author->getDeclareSchema();
$column = $schema->getColumn('name');
Expand Down

0 comments on commit 9a5caff

Please sign in to comment.