Because the AdminStatusTest class does not have the @group annotation, simpletests ui is unable to run any tests.

Error message:

Drupal\simpletest\Exception\MissingGroupException: Missing @group annotation in Drupal\admin_status\Tests\AdminStatusTest in Drupal\simpletest\TestDiscovery::getTestInfo() (line 358 of

Comments

daggerhart created an issue. See original summary.

daggerhart’s picture

Issue summary: View changes
StatusFileSize
new370 bytes

Attached is a patch that adds this @group annotation.

daggerhart’s picture

Status: Active » Needs review
volkswagenchick’s picture

Bumping this issue to flag maintainers. :)

loopduplicate’s picture

Status: Needs review » Needs work
+++ b/src/Tests/AdminStatusTest.php
@@ -6,6 +6,8 @@ use Drupal\simpletest\WebTestBase;
+ * @group Admin_Status

Admin_Status needs to be admin_status

daggerhart’s picture

Status: Needs work » Needs review
StatusFileSize
new370 bytes
new392 bytes

Updated to lowercase in patch. Interdiff for giggles.

loopduplicate’s picture

Status: Needs review » Fixed

Thanks. I tagged new alpha release. It will be ready as soon as the Drupal.org bot builds it: https://www.drupal.org/project/admin_status/releases/8.x-1.0-alpha4

volkswagenchick’s picture

Status: Fixed » Closed (fixed)
loopduplicate’s picture

Status: Closed (fixed) » Fixed

Please leave the status as "Fixed". It will automatically change to "Closed (fixed)" after two weeks, but only if no one else changes this issue back to an open status. This allows the community to have one last chance to review and approve commits after they have been committed.

Status: Fixed » Closed (fixed)

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