X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FCRM%2FCore%2FBAO%2FCacheTest.php;h=a34da16c816975064121b44e6d735e6a5720de85;hb=0524386078c90467b18b8c604fbfe339055cc9ca;hp=a7db1889cea2ba1614a06c09daee085307726dbc;hpb=2f36a39fa513d1bba497b5a540343d01308c99fb;p=civicrm-core.git diff --git a/tests/phpunit/CRM/Core/BAO/CacheTest.php b/tests/phpunit/CRM/Core/BAO/CacheTest.php index a7db1889ce..a34da16c81 100644 --- a/tests/phpunit/CRM/Core/BAO/CacheTest.php +++ b/tests/phpunit/CRM/Core/BAO/CacheTest.php @@ -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');