MissingGroupException.php in Drupal 9
Same filename and directory in other branches
Namespace
Drupal\Core\Test\ExceptionFile
core/lib/Drupal/Core/Test/Exception/MissingGroupException.phpView 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
Name | Description |
---|---|
MissingGroupException | Exception thrown when a test class is missing an @group annotation. |