From 9d06e7e63a0f9804359457fa6d6e82dce280957e Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sat, 24 May 2014 17:02:40 +1200 Subject: [PATCH] comment fix --- tests/phpunit/CiviTest/CiviDBAssert.php | 8 ++++++++ tests/phpunit/CiviTest/CiviSeleniumTestCase.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/tests/phpunit/CiviTest/CiviDBAssert.php b/tests/phpunit/CiviTest/CiviDBAssert.php index 734af80744..bddce13efb 100644 --- a/tests/phpunit/CiviTest/CiviDBAssert.php +++ b/tests/phpunit/CiviTest/CiviDBAssert.php @@ -119,6 +119,14 @@ class CiviDBAssert { /** * Compare a single column value in a retrieved DB record to an expected value + * + * @param $testCase + * @param $daoName + * @param $searchValue + * @param $returnColumn + * @param $searchColumn + * @param $expectedValue + * @param string $message */ function assertDBCompareValue(&$testCase, $daoName, $searchValue, $returnColumn, $searchColumn, $expectedValue, $message diff --git a/tests/phpunit/CiviTest/CiviSeleniumTestCase.php b/tests/phpunit/CiviTest/CiviSeleniumTestCase.php index 647517a8fe..2e19f67884 100644 --- a/tests/phpunit/CiviTest/CiviSeleniumTestCase.php +++ b/tests/phpunit/CiviTest/CiviSeleniumTestCase.php @@ -1527,7 +1527,7 @@ class CiviSeleniumTestCase extends PHPUnit_Extensions_SeleniumTestCase { * @param $returnColumn * @param $searchColumn * @param $expectedValue - * @param $message + * @param string $message */ function assertDBCompareValue($daoName, $searchValue, $returnColumn, $searchColumn, $expectedValue, $message -- 2.25.1