phpcs - Fix error, "Expected 1 newline at end of file; XXX found".
[civicrm-core.git] / tests / phpunit / WebTest / Release / ReleaseTestCase.php
index 75bf439e5763c29aa735e0b78eb8628229ec619c..f531d5ffd7ab7e566d8e261f21a0c97201d25b62 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -30,6 +30,9 @@ require_once 'CiviTest/CiviSeleniumTestCase.php';
 // 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/CRMDOC/Release+testing+script
+/**
+ * Class WebTest_Release_ReleaseTestCase
+ */
 class WebTest_Release_ReleaseTestCase extends CiviSeleniumTestCase {
 
   /**
@@ -42,9 +45,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()) {
@@ -58,4 +62,3 @@ class WebTest_Release_ReleaseTestCase extends CiviSeleniumTestCase {
     parent::setUp();
   }
 }
-