Merge branch 'master' into master-civimail-abtest
[civicrm-core.git] / tests / phpunit / api / v3 / DashboardTest.php
index aa0a55bc2928f8b595b350b5379055e9905cafd2..245de3b46aa4fe967b372c7746985ed2de4348a4 100644 (file)
@@ -78,6 +78,10 @@ class api_v3_DashboardTest extends CiviUnitTestCase {
     $this->DashboardDelete($dashboard['id'], $oldCount);
   }
 
+  /**
+   * @param int $id
+   * @param $oldCount
+   */
   function DashboardDelete($id, $oldCount) {
     $params = array(
       'version' => 3,