Missing group annotation in PHPUnit interfering with CI reports
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3554078. -->
Reported by: [tim.plunkett](https://www.drupal.org/user/241634)
Related to !254
>>>
<h3 id="overview">Overview</h3>
<p>A distracting </p>
<pre>PHP Warning: Undefined array key 0 in /builds/project/canvas/web/core/lib/Drupal/Core/Test/PhpUnitTestDiscovery.php on line 398<br>Warning: Undefined array key 0 in /builds/project/canvas/web/core/lib/Drupal/Core/Test/PhpUnitTestDiscovery.php on line 398<br>Tests to be run:</pre><p>is rendered on the CI report. The test missing the group runs as expected though.</p>
<h3 id="proposed-resolution">Proposed resolution</h3>
<p>Add group to <code>tests/src/Kernel/Entity/StagedConfigUpdateTest.php</code>, as PhpUnitTestDiscovery expects.</p>
<h3 id="ui-changes">User interface changes</h3>
<p>None.</p>
issue