Merge pull request #3152 from pradpnayak/CRM-14112
[civicrm-core.git] / tests / phpunit / WebTest / Release / ReleaseTestCase.php
index 666c45a15f3b91f0561f9efabc2b63ef5b6f7cef..3d83d5c5d6050a6a4fc1a7ca4a699802261dcb4f 100644 (file)
@@ -42,9 +42,10 @@ class WebTest_Release_ReleaseTestCase extends CiviSeleniumTestCase {
    *  ReflectionClass of the Test class and checks the constructor
    *  of that class to decide how to set up the test.
    *
-   *  @param  string $name
-   *  @param  array  $data
-   *  @param  string $dataName
+   * @param  string $name
+   * @param  array $data
+   * @param  string $dataName
+   * @param array $browser
    */
   function __construct($name = NULL, array$data = array(
     ), $dataName = '', array$browser = array()) {