You are here

protected property ServiceTest::$severities in Purge 8.3

The supported test severities.

Type: int[]

See also

\Drupal\purge\Plugin\Purge\DiagnosticCheck\DiagnosticCheckInterface::SEVERITY_INFO

\Drupal\purge\Plugin\Purge\DiagnosticCheck\DiagnosticCheckInterface::SEVERITY_OK

\Drupal\purge\Plugin\Purge\DiagnosticCheck\DiagnosticCheckInterface::SEVERITY_WARNING

\Drupal\purge\Plugin\Purge\DiagnosticCheck\DiagnosticCheckInterface::SEVERITY_ERROR

File

tests/src/Kernel/DiagnosticCheck/ServiceTest.php, line 44

Class

ServiceTest
Tests DiagnosticsService.

Namespace

Drupal\Tests\purge\Kernel\DiagnosticCheck

Code

protected $severities = [
  DiagnosticCheckInterface::SEVERITY_INFO,
  DiagnosticCheckInterface::SEVERITY_OK,
  DiagnosticCheckInterface::SEVERITY_WARNING,
  DiagnosticCheckInterface::SEVERITY_ERROR,
];