X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FHelloTest.php;h=d0926180dbf11811a9faff4e9bfb138f2293c549;hb=3a3c02959ef5d544627fee776e0eba866b82b305;hp=365a1a0fb0238cf4e17c3f25fc61db0e25839ef0;hpb=96025800fa500fbbd71288fa1b0bc459f17c5bcc;p=civicrm-core.git diff --git a/tests/phpunit/HelloTest.php b/tests/phpunit/HelloTest.php index 365a1a0fb0..d0926180db 100644 --- a/tests/phpunit/HelloTest.php +++ b/tests/phpunit/HelloTest.php @@ -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. | | | @@ -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;