CRM-14811 - FullText - Use boolean mode with InnoDB FTS
[civicrm-core.git] / tests / phpunit / HelloTest.php
index 5098ec4f22b67a0edf46c32e51b228e207da513f..da36fe97ae8d6b8bd3c34dde5b622c3330b73f70 100644 (file)
  */
 
 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);
   }