CRM-14811 - FullText - Use boolean mode with InnoDB FTS
[civicrm-core.git] / tests / phpunit / HelloTest.php
index 758759d002c43383e8daa779464fed631f6037c7..da36fe97ae8d6b8bd3c34dde5b622c3330b73f70 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  */
 
 require_once 'PHPUnit/Framework/TestCase.php';
+
+/**
+ * Class HelloTest
+ */
 class HelloTest extends PHPUnit_Framework_TestCase {
   // contains the object handle of the string class
   var $abc;
+
+  /**
+   * @param null $name
+   */
   function __construct($name = NULL) {
     parent::__construct($name);
   }