Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
Total | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
MissingGroupException | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
0 | |
100.00% |
0 / 0 |
<?php | |
/** | |
* @file | |
* Contains \Drupal\simpletest\Exception\MissingGroupException. | |
*/ | |
namespace Drupal\simpletest\Exception; | |
/** | |
* Exception thrown when a simpletest class is missing an @group annotation. | |
*/ | |
class MissingGroupException extends \LogicException { | |
} |