ConformanceTest - Remove override, which causes failures in `ConformanceTest`
authorTim Otten <totten@civicrm.org>
Tue, 13 Dec 2022 06:39:04 +0000 (22:39 -0800)
committerTim Otten <totten@civicrm.org>
Thu, 15 Dec 2022 05:14:26 +0000 (21:14 -0800)
tests/phpunit/api/v4/Entity/ConformanceTest.php

index e667c893f894620ac4825e0e81275594e17e6074..9cdce6f5b1a7ed19e47778378857aaa081ddd7ba 100644 (file)
@@ -102,7 +102,7 @@ class ConformanceTest extends Api4TestBase implements HookInterface {
    * @return array
    */
   public function getEntitiesLotech(): array {
-    $manual['add'] = ['SearchDisplay', 'SearchSegment'];
+    $manual['add'] = [];
     $manual['remove'] = ['CustomValue'];
     $manual['transform'] = ['CiviCase' => 'Case'];