Skip to content

Commit

Permalink
ConformanceTest - Remove override, which causes failures in `Conforma…
Browse files Browse the repository at this point in the history
…nceTest`
  • Loading branch information
totten committed Dec 15, 2022
1 parent a20fc42 commit cd4d3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/api/v4/Entity/ConformanceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function getEntitiesHitech(): array {
* @return array
*/
public function getEntitiesLotech(): array {
$manual['add'] = ['SearchDisplay', 'SearchSegment'];
$manual['add'] = [];
$manual['remove'] = ['CustomValue'];
$manual['transform'] = ['CiviCase' => 'Case'];

Expand Down

0 comments on commit cd4d3c0

Please sign in to comment.