MissingGroupException.php
Same filename and directory in other branches
- 8.9.x core/modules/simpletest/src/Exception/MissingGroupException.php
- 11.x core/lib/Drupal/Core/Test/Exception/MissingGroupException.php
- 10 core/lib/Drupal/Core/Test/Exception/MissingGroupException.php
- 9 core/lib/Drupal/Core/Test/Exception/MissingGroupException.php
- 8.9.x core/lib/Drupal/Core/Test/Exception/MissingGroupException.php
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 the 'group' metadata.
*
* @see \Drupal\Core\Test\TestDiscovery::getTestClasses()
*/
class MissingGroupException extends \LogicException {
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| MissingGroupException | Exception thrown when a test class is missing the 'group' metadata. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.