X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fapi%2Fv3%2FDashboardTest.php;h=245de3b46aa4fe967b372c7746985ed2de4348a4;hb=a335f6b228626e3e1b2f1549c8ddcbb9232b3c6b;hp=aa0a55bc2928f8b595b350b5379055e9905cafd2;hpb=ec246394aeab4671c21f2ca0f7768477c37a455c;p=civicrm-core.git diff --git a/tests/phpunit/api/v3/DashboardTest.php b/tests/phpunit/api/v3/DashboardTest.php index aa0a55bc29..245de3b46a 100644 --- a/tests/phpunit/api/v3/DashboardTest.php +++ b/tests/phpunit/api/v3/DashboardTest.php @@ -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,