Merge pull request #5592 from JKingsnorth/CRM-16256
[civicrm-core.git] / tests / phpunit / HelloTest.php
index 6a75d3c4c18696a025fb6949d68bc7377c915816..d0926180dbf11811a9faff4e9bfb138f2293c549 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -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;