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\DiagnosticCheckCode
protected $severityStatuses = [
'info',
'ok',
'warning',
'error',
];