Merge pull request #4764 from rohankatkar/CRM-15615
[civicrm-core.git] / tests / phpunit / api / v3 / MailingGroupTest.php
index 5fc25f0099c41b820c74b4931f500db796168781..c4d881d8e5d2982c8763caa72dbe0dcd415f5827 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
-| CiviCRM version 4.4                                                |
+| CiviCRM version 4.5                                                |
 +--------------------------------------------------------------------+
-| Copyright CiviCRM LLC (c) 2004-2013                                |
+| Copyright CiviCRM LLC (c) 2004-2014                                |
 +--------------------------------------------------------------------+
 | This file is a part of CiviCRM.                                    |
 |                                                                    |
@@ -38,6 +38,9 @@ class api_v3_MailingGroupTest extends CiviUnitTestCase {
   protected $_apiversion;
 
 
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name' => 'Mailer Group',
@@ -49,7 +52,7 @@ class api_v3_MailingGroupTest extends CiviUnitTestCase {
   function setUp() {
     parent::setUp();
     $this->_apiversion = 3;
-    $this->_groupID = $this->groupCreate(NULL);
+    $this->_groupID = $this->groupCreate();
     $this->_email = 'test@test.test';
   }