MissingGroupException.php
Same filename in this branch
Same filename in other branches
Namespace
Drupal\Core\Test\ExceptionFile
-
core/
lib/ Drupal/ Core/ Test/ Exception/ MissingGroupException.php
View source
<?php
namespace Drupal\Core\Test\Exception;
/**
* Exception thrown when a test class is missing an @group annotation.
*
* @see \Drupal\Core\Test\TestDiscovery::getTestClasses()
*/
class MissingGroupException extends \LogicException {
}
Classes
Title | Deprecated | Summary |
---|---|---|
MissingGroupException | Exception thrown when a test class is missing an @group annotation. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.