class MissingGroupException
Exception thrown when a test class is missing an @group annotation.
Hierarchy
- class \Drupal\Core\Test\Exception\MissingGroupException extends \Drupal\Core\Test\Exception\LogicException
Expanded class hierarchy of MissingGroupException
See also
\Drupal\Core\Test\TestDiscovery::getTestClasses()
2 files declare their use of MissingGroupException
- TestDiscovery.php in core/lib/ Drupal/ Core/ Test/ TestDiscovery.php 
- TestDiscoveryTest.php in core/tests/ Drupal/ Tests/ Core/ Test/ TestDiscoveryTest.php 
File
- 
              core/lib/ Drupal/ Core/ Test/ Exception/ MissingGroupException.php, line 10 
Namespace
Drupal\Core\Test\ExceptionView source
class MissingGroupException extends \LogicException {
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
