Merge pull request #3344 from eileenmcnaughton/comments
[civicrm-core.git] / tests / phpunit / WebTest / Campaign / MailingTest.php
index 61f151caac68cadef212a066584740d7a59d6407..7181b81050610629ffc58ea5ff548605b4327f8a 100644 (file)
@@ -98,6 +98,11 @@ class WebTest_Campaign_MailingTest extends CiviSeleniumTestCase {
     $this->mailingAddTest($groupName, $campaignTitle, $id);
   }
 
+  /**
+   * @param $groupName
+   * @param $campaignTitle
+   * @param $id
+   */
   function mailingAddTest($groupName, $campaignTitle, $id) {
     //---- create mailing contact and add to mailing Group
     $firstName = substr(sha1(rand()), 0, 7);