You are here

public function LoggerChannelPartTest::testDebug in Purge 8.3

@covers ::debug

@dataProvider providerTestDebug()

File

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

Class

LoggerChannelPartTest
@coversDefaultClass \Drupal\purge\Logger\LoggerChannelPart

Namespace

Drupal\Tests\purge\Unit\Logger

Code

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