
| Current Path : /var/www/html/ift/web/core/modules/simpletest/src/Exception/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/ift/web/core/modules/simpletest/src/Exception/MissingGroupException.php |
<?php
namespace Drupal\simpletest\Exception;
@trigger_error(__NAMESPACE__ . '\\MissingGroupException is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Test\Exception\MissingGroupException instead. See https://www.drupal.org/node/2949692', E_USER_DEPRECATED);
use Drupal\Core\Test\Exception\MissingGroupException as CoreMissingGroupException;
/**
* Exception thrown when a simpletest class is missing an @group annotation.
*
* @deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use
* \Drupal\Core\Test\Exception\MissingGroupException instead.
*
* @see https://www.drupal.org/node/2949692
*/
class MissingGroupException extends CoreMissingGroupException {
}