You are here

public function LoggerChannelPartTest::testAlert in Purge 8.3

@covers ::alert

@dataProvider providerTestAlert()

File

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

Class

LoggerChannelPartTest
@coversDefaultClass \Drupal\purge\Logger\LoggerChannelPart

Namespace

Drupal\Tests\purge\Unit\Logger

Code

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