You are here

MissingGroupException.php in Drupal 8

File

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

Namesort descending Description
MissingGroupException Exception thrown when a test class is missing an @group annotation.