CiviUnitTestCase - Remove inert property `$DBResetRequired`
authorTim Otten <totten@civicrm.org>
Fri, 16 Dec 2022 07:59:33 +0000 (23:59 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 7 Mar 2023 08:35:29 +0000 (00:35 -0800)
commitf45dae8a8143b806a7ffea63e6e93b8e2bd1fc74
treef39b282030ac46d658d13a1d2f68c1a8ae98342e
parent0f591678ee86edf67f26965994acacc37bfda68c
CiviUnitTestCase - Remove inert property `$DBResetRequired`

This property is assigned by ~30 tests, but it is never used.
34 files changed:
ext/civigrant/tests/phpunit/api/v3/GrantTest.php
tests/phpunit/CRM/Core/Page/HookTest.php
tests/phpunit/CRM/Core/Payment/BaseIPNTest.php
tests/phpunit/CRM/Mailing/BaseMailingSystemTest.php
tests/phpunit/CiviTest/CiviUnitTestCase.php
tests/phpunit/api/v3/ACLCachingTest.php
tests/phpunit/api/v3/ACLPermissionTest.php
tests/phpunit/api/v3/APITest.php
tests/phpunit/api/v3/APIWrapperTest.php
tests/phpunit/api/v3/CampaignTest.php
tests/phpunit/api/v3/ContactTest.php
tests/phpunit/api/v3/ContributionRecurTest.php
tests/phpunit/api/v3/CustomValueTest.php
tests/phpunit/api/v3/DomainTest.php
tests/phpunit/api/v3/EntityBatchTest.php
tests/phpunit/api/v3/ImTest.php
tests/phpunit/api/v3/JobProcessMailingTest.php
tests/phpunit/api/v3/JobProcessMembershipTest.php
tests/phpunit/api/v3/MailSettingsTest.php
tests/phpunit/api/v3/MappingFieldTest.php
tests/phpunit/api/v3/MappingTest.php
tests/phpunit/api/v3/MultilingualTest.php
tests/phpunit/api/v3/OpenIDTest.php
tests/phpunit/api/v3/ParticipantStatusTypeTest.php
tests/phpunit/api/v3/PaymentTokenTest.php
tests/phpunit/api/v3/PcpTest.php
tests/phpunit/api/v3/PriceFieldValueTest.php
tests/phpunit/api/v3/PriceSetTest.php
tests/phpunit/api/v3/SavedSearchTest.php
tests/phpunit/api/v3/SurveyTest.php
tests/phpunit/api/v3/SyntaxConformanceTest.php
tests/phpunit/api/v3/UserTest.php
tests/phpunit/api/v3/UtilsTest.php
tests/phpunit/api/v3/WebsiteTest.php