From: Monish Deb Date: Tue, 8 Jun 2021 05:22:15 +0000 (+0530) Subject: test failure fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7c08d7b800826799d96e23082f69550a8a9ffff7;p=civicrm-core.git test failure fix --- diff --git a/tests/phpunit/api/v4/DataSets/ConformanceTest.json b/tests/phpunit/api/v4/DataSets/ConformanceTest.json index 78a3b72aaa..67eed06c4f 100644 --- a/tests/phpunit/api/v4/DataSets/ConformanceTest.json +++ b/tests/phpunit/api/v4/DataSets/ConformanceTest.json @@ -74,5 +74,12 @@ { "payment_processor_type_id:name": "Dummy" } + ], + "Batch": [ + { + "title": "Batch 433397", + "name": "Batch_433397", + "status_id": "1" + } ] } diff --git a/tests/phpunit/api/v4/Entity/ConformanceTest.php b/tests/phpunit/api/v4/Entity/ConformanceTest.php index 5ad31a132f..dc5f6325bb 100644 --- a/tests/phpunit/api/v4/Entity/ConformanceTest.php +++ b/tests/phpunit/api/v4/Entity/ConformanceTest.php @@ -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]);