When running
php ./core/scripts/run-tests.sh --list
I get:

Available test groups & classes
-------------------------------

exception 'Drupal\simpletest\Exception\MissingGroupException' with message 'Missing @group annotation in Drupal\Tests\physical\Kernel\MeasurementItemTest' in core/modules/simpletest/src/TestDiscovery.php:355
Stack trace:
#0 core/modules/simpletest/src/TestDiscovery.php(181): Drupal\simpletest\TestDiscovery::getTestInfo('Drupal\\Tests\\ph...', '/** @var \\Drupa...')
#1 core/modules/simpletest/simpletest.module(582): Drupal\simpletest\TestDiscovery->getTestClasses(NULL, Array)
#2 core/scripts/run-tests.sh(76): simpletest_test_get_all(NULL)
#3 {main}
exception 'Drupal\simpletest\Exception\MissingGroupException' with message 'Missing @group annotation in Drupal\Tests\physical\Kernel\MeasurementItemTest' in core/modules/simpletest/src/TestDiscovery.php:355
Stack trace:
#0 core/modules/simpletest/src/TestDiscovery.php(181): Drupal\simpletest\TestDiscovery::getTestInfo('Drupal\\Tests\\ph...', '/** @var \\Drupa...')
#1 core/modules/simpletest/simpletest.module(582): Drupal\simpletest\TestDiscovery->getTestClasses(NULL, Array)
#2 core/scripts/run-tests.sh(76): simpletest_test_get_all(NULL)

Cannot run tests either and the test UI is also unavailable.

It's because the mentioned test class is misnamed.

CommentFileSizeAuthor
#2 physical-testclass-fix-2850666-2.patch436 bytesczigor
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

czigor created an issue. See original summary.

czigor’s picture

Status: Active » Needs review
FileSize
436 bytes

joelpittet’s picture

Status: Needs review » Fixed

Thanks @czigor

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.