You are here

public function LoggerServiceTest::providerTestSetChannelIdException in Purge 8.3

Provides test data for testSetChannelIdException().

File

tests/src/Unit/Logger/LoggerServiceTest.php, line 264

Class

LoggerServiceTest
@coversDefaultClass \Drupal\purge\Logger\LoggerService

Namespace

Drupal\Tests\purge\Unit\Logger

Code

public function providerTestSetChannelIdException() : array {
  return [
    [
      '',
    ],
    [
      1,
    ],
  ];
}