test failure fix
authorMonish Deb <monish.deb@jmaconsulting.biz>
Tue, 8 Jun 2021 05:22:15 +0000 (10:52 +0530)
committerMonish Deb <monish.deb@jmaconsulting.biz>
Wed, 9 Jun 2021 03:52:54 +0000 (09:22 +0530)
tests/phpunit/api/v4/DataSets/ConformanceTest.json
tests/phpunit/api/v4/Entity/ConformanceTest.php

index 78a3b72aaa8dcda0edcde5597969dc12c2d8a49b..67eed06c4f501247187fd80419959ab23a7369cd 100644 (file)
     {
       "payment_processor_type_id:name": "Dummy"
     }
+  ],
+  "Batch": [
+    {
+      "title": "Batch 433397",
+      "name": "Batch_433397",
+      "status_id": "1"
+    }
   ]
 }
index 5ad31a132f9bcaac7e26fc35e2d5c8246f5d16c0..dc5f6325bb36908dee424dc67ddf5b80da51915b 100644 (file)
@@ -49,6 +49,7 @@ class ConformanceTest extends UnitTestCase {
       'civicrm_group',
       'civicrm_event',
       'civicrm_participant',
+      'civicrm_batch',
     ];
     $this->dropByPrefix('civicrm_value_myfavorite');
     $this->cleanup(['tablesToTruncate' => $tablesToTruncate]);