Skip to content

Commit

Permalink
added teardown for new cmstag table
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremygiberson committed Feb 15, 2016
1 parent 1e660ab commit cc7ef71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Doctrine/Tests/OrmFunctionalTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ protected function tearDown()
if (isset($this->_usedModelSets['cms'])) {
$conn->executeUpdate('DELETE FROM cms_users_groups');
$conn->executeUpdate('DELETE FROM cms_groups');
$conn->executeUpdate('DELETE FROM cms_tags');
$conn->executeUpdate('DELETE FROM cms_addresses');
$conn->executeUpdate('DELETE FROM cms_phonenumbers');
$conn->executeUpdate('DELETE FROM cms_comments');
Expand Down

0 comments on commit cc7ef71

Please sign in to comment.