backdrop-contrib / og

The Organic Groups module provides users the ability to create, manage, and delete 'groups' on a site.
GNU General Public License v2.0
1 stars 8 forks source link

Fix OgDeleteOrphansTestCase to account for the new Cards #76

Closed argiepiano closed 2 years ago

argiepiano commented 2 years ago

Now that the new core content Card has been merged into core, OgDeleteOrphansTestCase fails. The coming PR is a better way to account for this and future changes of out-of-the-box content.

argiepiano commented 2 years ago

PR #77. To solve this test, the PR modifies the EntifyFieldQuery in og_test_entity_delete() to query OG groups only.