Skip to content

Commit

Permalink
default values and rename clean tables to reset tables
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j committed Apr 8, 2019
1 parent 577a52e commit 426a661
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Annotated/InvalidTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function testInvalidRelation()
new Entities($locator, $p),
new ResetTables(),
new Columns($p),
GenerateRelations::defaultGenerator(),
new GenerateRelations(),
new ValidateEntities(),
new RenderTables(),
new RenderRelations(),
Expand All @@ -72,9 +72,9 @@ public function testInvalidColumn()

$schema = (new Compiler())->compile($r, [
new Entities($locator, $p),
new CleanTables(),
new ResetTables(),
new Columns($p),
GenerateRelations::defaultGenerator(),
new GenerateRelations(),
new ValidateEntities(),
new RenderTables(),
new RenderRelations(),
Expand Down

0 comments on commit 426a661

Please sign in to comment.