diff options
Diffstat (limited to 'engine/tests/objects')
| -rw-r--r-- | engine/tests/objects/entities.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engine/tests/objects/entities.php b/engine/tests/objects/entities.php index ca3abb274..c04bc60ff 100644 --- a/engine/tests/objects/entities.php +++ b/engine/tests/objects/entities.php @@ -107,7 +107,7 @@ class ElggCoreEntityTest extends ElggCoreUnitTest {  		// set and check temp annotation  		$this->assertTrue($this->entity->annotate('non_existent', 'testing')); -		$this->assertIdentical($this->entity->getAnnotations('non_existent'), 'testing'); +		$this->assertIdentical($this->entity->getAnnotations('non_existent'), array('testing'));  		$this->assertTrue(array_key_exists('non_existent', $this->entity->expose_annotations()));  		// save entity and check for annotation | 
