Merge branch 'JohnFF-patch-1'
[civicrm-core.git] / tests / phpunit / api / v3 / NoteTest.php
index 493337cdbad57455f55a4423d48cac1e4858427c..76eb1bb1f4e1b230253a2570869ffcfe028ceca1 100644 (file)
@@ -40,10 +40,16 @@ class api_v3_NoteTest extends CiviUnitTestCase {
   protected $_note;
 
 
+  /**
+   *
+   */
   function __construct() {
     parent::__construct();
   }
 
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name' => 'Note Create',