You are here

public function LoggerChannelPartTest::testWarning in Purge 8.3

@covers ::warning

@dataProvider providerTestWarning()

File

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

Class

LoggerChannelPartTest
@coversDefaultClass \Drupal\purge\Logger\LoggerChannelPart

Namespace

Drupal\Tests\purge\Unit\Logger

Code

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