You are here

public function LoggerServiceTest::providerTestGet in Purge 8.3

Provides test data for testGet().

File

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

Class

LoggerServiceTest
@coversDefaultClass \Drupal\purge\Logger\LoggerService

Namespace

Drupal\Tests\purge\Unit\Logger

Code

public function providerTestGet() : array {
  return [
    [
      'exists',
    ],
    [
      'doesnotexists',
    ],
  ];
}