You are here

protected property ServiceTest::$severityStatuses in Purge 8.3

The supported test severity statuses.

Type: string[]

File

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

Class

ServiceTest
Tests DiagnosticsService.

Namespace

Drupal\Tests\purge\Kernel\DiagnosticCheck

Code

protected $severityStatuses = [
  'info',
  'ok',
  'warning',
  'error',
];