ActivityTest minor tidy (NFC)
authorJohn Kingsnorth <john@johnkingsnorth.co.uk>
Fri, 22 Apr 2016 13:34:19 +0000 (14:34 +0100)
committerJohn Kingsnorth <john@johnkingsnorth.co.uk>
Fri, 22 Apr 2016 13:34:19 +0000 (14:34 +0100)
tests/phpunit/CRM/Activity/BAO/ActivityTest.php

index ac13460b3101a137f67119d6927906af0f58b426..199b4c19d0dba7cd6f523811d63c5c1c1ab6f0f6 100644 (file)
@@ -37,7 +37,6 @@ class CRM_Activity_BAO_ActivityTest extends CiviUnitTestCase {
 
     // Now call create() to modify an existing Activity
 
-    $params = array();
     $params = array(
       'id' => $activityId,
       'source_contact_id' => $contactId,