You are here

public function LoggerChannelPartTest::testError in Purge 8.3

@covers ::error

@dataProvider providerTestError()

File

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

Class

LoggerChannelPartTest
@coversDefaultClass \Drupal\purge\Logger\LoggerChannelPart

Namespace

Drupal\Tests\purge\Unit\Logger

Code

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