Merge pull request #9637 from omarabuhussein/CRM-19832-searchtask-hook
[civicrm-core.git] / tests / phpunit / HelloTest.php
index 365a1a0fb0238cf4e17c3f25fc61db0e25839ef0..994c0d30d85b3d35588734bae82c84d7e45a6a5c 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.6                                                |
+ | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2017                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * @file HelloTest.php
@@ -54,7 +54,7 @@ class HelloTest extends PHPUnit_Framework_TestCase {
   }
 
   /**
-   * Called before the test functions will be executed
+   * Called before the test functions will be executed.
    * this function is defined in PHPUnit_TestCase and overwritten
    * here
    */
@@ -65,7 +65,7 @@ class HelloTest extends PHPUnit_Framework_TestCase {
   }
 
   /**
-   * Called after the test functions are executed
+   * Called after the test functions are executed.
    * this function is defined in PHPUnit_TestCase and overwritten
    * here.
    */
@@ -75,7 +75,7 @@ class HelloTest extends PHPUnit_Framework_TestCase {
   }
 
   /**
-   * test the toString function
+   * test the toString function.
    */
   public function testHello() {
     $result = $this->abc;