Rename test modules "array" and "render_basic" to avoid future name conflicts
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3325137. --> Reported by: [jurgenhaas](https://www.drupal.org/user/168924) Related to !275 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The test modules have been called <code>eca_test_model_*</code>. Two test modules, that don't have models but provide some plugins for tests are called <code>eca_array</code> and <code>eca_render_basic</code>. That could cause name conflicts in the future.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Let's rename them to <code>eca_test_array</code> and <code>eca_test_render_basic</code>.</p>
issue