diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-20 08:16:24 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-20 08:16:24 +0000 |
commit | 468f0f9406c22a54a109028131d5f7cb56bd0f4e (patch) | |
tree | 9a76d153ef3846c9ef5793241e7e87d01e76a71c /engine/tests | |
parent | 51f2b120faf78b7224a42b769cb99c2620ae9030 (diff) | |
download | elgg-468f0f9406c22a54a109028131d5f7cb56bd0f4e.tar.gz elgg-468f0f9406c22a54a109028131d5f7cb56bd0f4e.tar.bz2 |
Fixes #2473: removes initialise_entity_cache()
git-svn-id: http://code.elgg.org/elgg/trunk@7365 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/tests')
-rw-r--r-- | engine/tests/objects/entities.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engine/tests/objects/entities.php b/engine/tests/objects/entities.php index 954b4947f..24c6859b1 100644 --- a/engine/tests/objects/entities.php +++ b/engine/tests/objects/entities.php @@ -138,10 +138,6 @@ class ElggCoreEntityTest extends ElggCoreUnitTest { public function testElggEntityCache() { global $ENTITY_CACHE; - $ENTITY_CACHE = NULL; - - $this->assertNull($ENTITY_CACHE); - initialise_entity_cache(); $this->assertIsA($ENTITY_CACHE, 'array'); } |