From 7c08d7b800826799d96e23082f69550a8a9ffff7 Mon Sep 17 00:00:00 2001 From: Monish Deb Date: Tue, 8 Jun 2021 10:52:15 +0530 Subject: [PATCH] test failure fix --- tests/phpunit/api/v4/DataSets/ConformanceTest.json | 7 +++++++ tests/phpunit/api/v4/Entity/ConformanceTest.php | 1 + 2 files changed, 8 insertions(+) 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]); -- 2.25.1