Merge pull request #15711 from eileenmcnaughton/cust_ug
[civicrm-core.git] / tests / phpunit / HelloTest.php
index af4b139744e2fc83f96a47d01f4bd7ebff566727..fba2245080873254adb74a59e2454aee64237f78 100644 (file)
 /**
  * Class HelloTest
  */
-class HelloTest extends PHPUnit_Framework_TestCase {
-  // contains the object handle of the string class
-  var $abc;
+class HelloTest extends PHPUnit\Framework\TestCase {
+  /**
+   * contains the object handle of the string class
+   * @var string
+   */
+  public $abc;
 
   /**
    * @param string|null $name