Test fix
authoreileen <emcnaughton@wikimedia.org>
Wed, 27 Jan 2016 19:36:20 +0000 (08:36 +1300)
committereileen <emcnaughton@wikimedia.org>
Wed, 27 Jan 2016 19:39:21 +0000 (08:39 +1300)
Change-Id: I37cdcb1eae7dba845c619400f95eef6ca63425b4

tests/phpunit/api/v3/EntityTagACLTest.php

index 57873589d9e5c2eeb6239a2b9ae9845d896d8801..160b3db7515db852a5b640f69033f1581ed1bdaa 100644 (file)
@@ -131,7 +131,7 @@ class api_v3_EntityTagACLTest extends CiviUnitTestCase {
    */
   public function testThatForEntitiesEditAllContactsCanAddTags($entity) {
 
-    CRM_Core_Config::singleton()->userPermissionClass->permissions = array('edit all contacts');
+    CRM_Core_Config::singleton()->userPermissionClass->permissions = array('edit all contacts', 'access CiviCRM');
     $this->callAPISuccess('EntityTag', 'create', array(
       'entity_id' => 1,
       'tag_id' => $entity,