MissingGroupException.php

Same filename and directory in other branches
  1. 8.9.x core/modules/simpletest/src/Exception/MissingGroupException.php
  2. 8.9.x core/lib/Drupal/Core/Test/Exception/MissingGroupException.php
  3. 10 core/lib/Drupal/Core/Test/Exception/MissingGroupException.php
  4. 11.x core/lib/Drupal/Core/Test/Exception/MissingGroupException.php

Namespace

Drupal\Core\Test\Exception

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

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.