CiviUnitTestCase - Remove foreignKeyChecksOff
authorTim Otten <totten@civicrm.org>
Fri, 29 Jan 2016 05:47:40 +0000 (21:47 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 2 Feb 2016 04:56:23 +0000 (21:56 -0700)
commita40c78f17f6dfa2f618e0233aa9b1950ad5d8908
tree8c9a858c9f568ccc133d3f20203197fda8ec4ff0
parentf3e16511c09b8bbcef5c658b0edb00ae1d808a69
CiviUnitTestCase - Remove foreignKeyChecksOff

This function appears to do the opposite of what it says (ie it sets
`foreign_key_checks=1`).  And there doesn't seem to be anything that
sets `foreign_key_checks=0` which would need to be cancelled-out.
tests/phpunit/CRM/Contact/Form/Search/Custom/GroupTest.php
tests/phpunit/CRM/Contact/Form/Search/Custom/SampleTest.php
tests/phpunit/CRM/Report/Form/Contribute/DetailTest.php
tests/phpunit/CRM/Report/Form/TestCaseTest.php
tests/phpunit/CiviTest/CiviUnitTestCase.php
tests/phpunit/api/v3/CustomValueTest.php