Merge pull request #3152 from pradpnayak/CRM-14112
[civicrm-core.git] / tests / phpunit / WebTest / Release / ReleaseTestCase.php
index 75bf439e5763c29aa735e0b78eb8628229ec619c..3d83d5c5d6050a6a4fc1a7ca4a699802261dcb4f 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -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()) {