Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
asm89 committed Dec 22, 2011
1 parent c3c1745 commit 4cf5f70
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ public function testDropPartSchemaWithForeignKeys()
$sql = $this->_schemaTool->getDropSchemaSQL(array(
$this->_em->getClassMetadata('Doctrine\Tests\Models\Company\CompanyManager'),
));
$this->assertEquals(3, count($sql));
$this->assertEquals(4, count($sql));
}
}
}

0 comments on commit 4cf5f70

Please sign in to comment.