CiviUnitTestCase - Remove unused property $populateOnce
authorTim Otten <totten@civicrm.org>
Thu, 15 Dec 2022 06:58:30 +0000 (22:58 -0800)
committerTim Otten <totten@civicrm.org>
Fri, 16 Dec 2022 05:03:15 +0000 (21:03 -0800)
commit6fe119af61c81aaf2ce327118ebbe76ff1d4896e
tree7a0b7ba212a9da125a9ccb4ce3349a9e4ae81754
parent7ded0866c8f86366757149ab342b94d63190c8a5
CiviUnitTestCase - Remove unused property $populateOnce

The property is initialized to FALSE. It seems that the idea was to let some classes
override this, but it is never used.
tests/phpunit/CiviTest/CiviUnitTestCase.php