X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FImport%2FMatchExternalIdTest.php;h=36c30890c5f960a8c427a0d682878fdf4a1c1bcd;hb=a6c01b45f0cdaee8677de72b8bf3e784d8b6b62a;hp=4ec33e068da92d36b9a45e6c1fdd997c63f854de;hpb=79c0e11ec92e46b36336f7903a537c5fcc78efef;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/Import/MatchExternalIdTest.php b/tests/phpunit/WebTest/Import/MatchExternalIdTest.php index 4ec33e068d..36c30890c5 100644 --- a/tests/phpunit/WebTest/Import/MatchExternalIdTest.php +++ b/tests/phpunit/WebTest/Import/MatchExternalIdTest.php @@ -239,7 +239,8 @@ class WebTest_Import_MatchExternalIdTest extends ImportCiviSeleniumTestCase { * @param string $lastName * @param int $externalId * - * @return int external id + * @return int + * external id */ public function _addContact($firstName, $lastName, $externalId) { $this->openCiviPage('contact/add', 'reset=1&ct=Individual'); @@ -266,7 +267,8 @@ class WebTest_Import_MatchExternalIdTest extends ImportCiviSeleniumTestCase { * * @param array $params * - * @return array event details of newly created event + * @return array + * event details of newly created event */ public function _addNewEvent($params = array()) { if (empty($params)) {