Cleanup api generated example docblocks
[civicrm-core.git] / tests / phpunit / api / v3 / CampaignTest.php
index ed1a7194cd0a941eead4084379bfaceab6be48bc..26c1154894d5808ba2e6ba9b9d928ab51aae618b 100644 (file)
@@ -50,7 +50,8 @@ class api_v3_CampaignTest extends CiviUnitTestCase {
   }
 
   public function testCreateCampaign() {
-    $description = "Create a campaign - Note use of relative dates here http://www.php.net/manual/en/datetime.formats.relative.php";
+    $description = "Create a campaign - Note use of relative dates here:
+      @link http://www.php.net/manual/en/datetime.formats.relative.php.";
     $result = $this->callAPIAndDocument('campaign', 'create', $this->params, __FUNCTION__, __FILE__, $description);
     $this->assertEquals(1, $result['count'], 'In line ' . __LINE__);
     $this->assertNotNull($result['values'][$result['id']]['id'], 'In line ' . __LINE__);