code formatting
authorEileen McNaughton <eileen@fuzion.co.nz>
Sun, 27 Apr 2014 19:13:29 +0000 (12:13 -0700)
committerEileen McNaughton <eileen@fuzion.co.nz>
Sun, 27 Apr 2014 19:13:29 +0000 (12:13 -0700)
tests/phpunit/api/v3/SyntaxConformanceTest.php

index 08aa8c8d0294cf77417f3da0a7f2f5daad4de182..74c18e84eb3f34d61a0c143b658629798a31b11f 100644 (file)
@@ -129,11 +129,14 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase {
     }
     return $entities;
   }
+
   /**
    * Mailing Contact Just doesn't support id. We have always insisted on finding a way to
    * support id in API but in this case the underlying tables are crying out for a restructue
    * & it just doesn't make sense
-   * @param unknown_type $sequential
+   *
+   * @param bool|\unknown_type $sequential
+   *
    * @return multitype:string |multitype:multitype:string
    */
   public static function toBeSkipped_getByID($sequential = FALSE) {
@@ -163,6 +166,7 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase {
     }
     return $entities;
   }
+
 /**
  * Generate list of entities to test for get by id functions
  * @param boolean $sequential
@@ -181,10 +185,9 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase {
   }
 
 
-  /*
+  /**
   * At this stage exclude the ones that don't pass & add them as we can troubleshoot them
   */
-
   public static function toBeSkipped_updatesingle($sequential = FALSE) {
     $entitiesWithout = array(
       'Mailing',
@@ -262,9 +265,9 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase {
     return $entities;
   }
 
-  /*
+  /**
    * At this stage exclude the ones that don't pass & add them as we can troubleshoot them
-  */
+   */
   public static function toBeSkipped_getlimit() {
     $entitiesWithout = array(
       'Case',//case api has non-std mandatory fields one of (case_id, contact_id, activity_id, contact_id)