public function LoggerChannelPartTest::testCritical in Purge 8.3
@covers ::critical
@dataProvider providerTestCritical()
File
- tests/
src/ Unit/ Logger/ LoggerChannelPartTest.php, line 133
Class
- LoggerChannelPartTest
- @coversDefaultClass \Drupal\purge\Logger\LoggerChannelPart
Namespace
Drupal\Tests\purge\Unit\LoggerCode
public function testCritical($id, array $grants, $output) : void {
$this
->helperForSeverityMethods($id, $grants, $output, 'critical');
}