Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal