You are here

MemoryQueueTest.php in Purge 8.3

File

tests/src/Kernel/Queue/MemoryQueueTest.php
View source
<?php

namespace Drupal\Tests\purge\Kernel\Queue;


/**
 * Tests \Drupal\purge\Plugin\Purge\Queue\MemoryQueue.
 *
 * @group purge
 */
class MemoryQueueTest extends PluginTestBase {

  /**
   * {@inheritdoc}
   */
  protected $pluginId = 'memory';

}