Merge pull request #3152 from pradpnayak/CRM-14112
[civicrm-core.git] / tests / phpunit / WebTest / Release / ReleaseTestCase.php
index 0bfdb7218d4c7dba4abf43095fb9168e57eb38ff..3d83d5c5d6050a6a4fc1a7ca4a699802261dcb4f 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -29,7 +29,7 @@ require_once 'CiviTest/CiviSeleniumTestCase.php';
 // name of the class doesn't end with Test on purpose - this way this
 // webtest is not picked up by the suite, since it needs to run
 // on specially prepare sandbox
-// more details: http://wiki.civicrm.org/confluence/display/CRMDOC40/Release+testing+script+documentation
+// more details: http://wiki.civicrm.org/confluence/display/CRMDOC/Release+testing+script
 class WebTest_Release_ReleaseTestCase extends CiviSeleniumTestCase {
 
   /**
@@ -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()) {