You are here

protected property ServiceTest::$serviceId in Purge 8.3

Same name in this branch
  1. 8.3 tests/src/Kernel/Processor/ServiceTest.php \Drupal\Tests\purge\Kernel\Processor\ServiceTest::serviceId
  2. 8.3 tests/src/Kernel/Queue/ServiceTest.php \Drupal\Tests\purge\Kernel\Queue\ServiceTest::serviceId
  3. 8.3 tests/src/Kernel/TagsHeader/ServiceTest.php \Drupal\Tests\purge\Kernel\TagsHeader\ServiceTest::serviceId
  4. 8.3 tests/src/Kernel/Queuer/ServiceTest.php \Drupal\Tests\purge\Kernel\Queuer\ServiceTest::serviceId
  5. 8.3 tests/src/Kernel/DiagnosticCheck/ServiceTest.php \Drupal\Tests\purge\Kernel\DiagnosticCheck\ServiceTest::serviceId

The name of the service as defined in services.yml.

Type: string

Overrides ServiceTestTrait::$serviceId

File

tests/src/Kernel/Queue/ServiceTest.php, line 20

Class

ServiceTest
Tests \Drupal\purge\Plugin\Purge\Queue\QueueService.

Namespace

Drupal\Tests\purge\Kernel\Queue

Code

protected $serviceId = 'purge.queue';