Merge pull request #17981 from eileenmcnaughton/merge_form
[civicrm-core.git] / tests / phpunit / CRM / Core / BAO / CacheTest.php
index a7db1889cea2ba1614a06c09daee085307726dbc..a34da16c816975064121b44e6d735e6a5720de85 100644 (file)
@@ -75,7 +75,6 @@ class CRM_Core_BAO_CacheTest extends CiviUnitTestCase {
     // Wipe out any in-memory copies of the cache. Check to see if the SQL
     // read is correct.
 
-    CRM_Core_BAO_Cache::$_cache = NULL;
     CRM_Utils_Cache::$_singleton = NULL;
     $this->a->values = [];
     $return_2 = $this->a->get('testSetGetItem');