Skip to content

Commit

Permalink
Fix test failing because a table was added to the CMS model suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Schaller committed Mar 19, 2015
1 parent 3715769 commit a792bbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function testGetDropSchemaSql()
$tool = new SchemaTool($this->_em);
$sql = $tool->getDropSchemaSQL($classes);

$this->assertEquals(14, count($sql));
$this->assertEquals(15, count($sql));

$dropSequenceSQLs = 0;

Expand Down

0 comments on commit a792bbf

Please sign in to comment.