You are here

class MissingGroupException in SimpleTest 8.3

Exception thrown when a simpletest class is missing an @group annotation.

Hierarchy

Expanded class hierarchy of MissingGroupException

Deprecated

in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Test\Exception\MissingGroupException instead.

See also

https://www.drupal.org/node/2949692

File

src/Exception/MissingGroupException.php, line 17

Namespace

Drupal\simpletest\Exception
View source
class MissingGroupException extends CoreMissingGroupException {

}

Members