]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #4114 checking type for acl test
authorCash Costello <cash.costello@gmail.com>
Fri, 18 Nov 2011 11:25:25 +0000 (06:25 -0500)
committerCash Costello <cash.costello@gmail.com>
Fri, 18 Nov 2011 11:25:25 +0000 (06:25 -0500)
engine/tests/api/access_collections.php

index 0c37fa779bf7987f963a14677e3040cf243fe0ec..7875b14095554707d2c9fb71c340118f7fd8b886 100644 (file)
@@ -76,7 +76,7 @@ class ElggCoreAccessCollectionsTest extends ElggCoreUnitTest {
 
                        $q = "SELECT * FROM {$this->dbPrefix}access_collections WHERE id = $acl_id";
                        $data = get_data($q);
-                       $this->assertFalse($data);
+                       $this->assertIdentical(array(), $data);
                }
        }