API tests - label versions in dataprovider versionThreeAndFour
authorColeman Watts <coleman@civicrm.org>
Wed, 15 Jul 2020 13:27:57 +0000 (09:27 -0400)
committerColeman Watts <coleman@civicrm.org>
Wed, 15 Jul 2020 13:27:57 +0000 (09:27 -0400)
Civi/Test/Api3TestTrait.php

index fbe73cd0fe909038df590eceae14fdc313bdae40..ed3557babe9622f3f507d4d54f38c29cd6f20531 100644 (file)
@@ -23,7 +23,10 @@ trait Api3TestTrait {
    * @return array
    */
   public function versionThreeAndFour() {
-    return [[3], [4]];
+    return [
+      'APIv3' => [3],
+      'APIv4' => [4],
+    ];
   }
 
   /**