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 426a661 commit fe1a4f8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/Annotated/Relation/InverseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function testBelongsToOne()
new Entities($locator, $p),
new ResetTables(),
new Columns($p),
GenerateRelations::defaultGenerator(),
new GenerateRelations(),
new ValidateEntities(),
new RenderTables(),
new RenderRelations(),
Expand Down Expand Up @@ -78,9 +78,9 @@ public function testBelongsToMany()

$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 Expand Up @@ -112,9 +112,9 @@ public function testHasOne()

$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 Expand Up @@ -146,9 +146,9 @@ public function testBelongsTo()

$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 fe1a4f8

Please sign in to comment.