OG has an unlisted dependency on text
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #1545490. -->
Reported by: [rbrandon](https://www.drupal.org/user/559632)
>>>
<p>OG is dependent on text. In hook install a field of type "text_long" is created if the membership request field is not found. Running test cases this caused issues. Adding the dependency for 'text' which creates the "text_long" filed solved the issue.</p>
<p>dependencies[] = text</p>
issue