add missing comments - tests directory
[civicrm-core.git] / tests / phpunit / api / v3 / TagTest.php
index e88ef178659cf393e87febc0961cac5a8cb92491..6d2685ce2e586a67461085ce3e90f522390eb561 100644 (file)
@@ -130,7 +130,7 @@ class api_v3_TagTest extends CiviUnitTestCase {
       'description' => 'Outside undie-wearers',
     );
     $result = $this->callAPIAndDocument('tag', 'create', $params, __FUNCTION__, __FILE__);
-    $this->assertNotNull($result['id'], 'In line ' . __LINE__);
+    $this->assertNotNull($result['id']);
     $params['used_for'] = 'civicrm_contact';
     $this->getAndCheck($params, $result['id'], 'tag');
   }