You are here

public function LoggerChannelPartTest::testEmergency in Purge 8.3

@covers ::emergency

@dataProvider providerTestEmergency()

File

tests/src/Unit/Logger/LoggerChannelPartTest.php, line 95

Class

LoggerChannelPartTest
@coversDefaultClass \Drupal\purge\Logger\LoggerChannelPart

Namespace

Drupal\Tests\purge\Unit\Logger

Code

public function testEmergency($id, array $grants, $output) : void {
  $this
    ->helperForSeverityMethods($id, $grants, $output, 'emergency');
}