X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FContact%2FAdvancedSearchedRelatedContactTest.php;h=239bfd915112d828398b737299eca712ffafd786;hb=1861d923dd4e29ac945caa98e1efbeda0bb71483;hp=e1c573dfa05de9e51136418a90e55a87528b1525;hpb=c9be2606fc833e4230e122cb367c8d964a0dbec8;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/Contact/AdvancedSearchedRelatedContactTest.php b/tests/phpunit/WebTest/Contact/AdvancedSearchedRelatedContactTest.php index e1c573dfa0..239bfd9151 100644 --- a/tests/phpunit/WebTest/Contact/AdvancedSearchedRelatedContactTest.php +++ b/tests/phpunit/WebTest/Contact/AdvancedSearchedRelatedContactTest.php @@ -197,7 +197,7 @@ class WebTest_Contact_AdvancedSearchedRelatedContactTest extends CiviSeleniumTes /** * @param bool $discount * @param bool $priceSet - * @param $processorId + * @param int $processorId */ function _testAddFees($discount = FALSE, $priceSet = FALSE, $processorId) { // Go to Fees tab @@ -230,8 +230,8 @@ class WebTest_Contact_AdvancedSearchedRelatedContactTest extends CiviSeleniumTes } /** - * @param $ContactName - * @param $relatedName + * @param string $ContactName + * @param string $relatedName * @param $relType */ function _testAddRelationship($ContactName, $relatedName, $relType) {