api_v3_DashboardTest - Change quickCleanup() to useTransaction()
[civicrm-core.git] / tests / phpunit / HelloTest.php
index 5098ec4f22b67a0edf46c32e51b228e207da513f..ce0aaf7db4f20876541d946df7d5f6d1f887ddf0 100644 (file)
  * UR DOIN IT RIGHT!
  */
 
-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);
   }