You are here

public function BulkDocsFactoryTest::testBulkDocsFactory in Replication 8

File

tests/src/Kernel/BulkDocsFactoryTest.php, line 43

Class

BulkDocsFactoryTest
Tests the AllDocsFactory

Namespace

Drupal\Tests\replication\Kernel

Code

public function testBulkDocsFactory() {
  $bulk_docs = \Drupal::service('replication.bulkdocs_factory')
    ->get($this->workspace);
  $this
    ->assertTrue($bulk_docs instanceof BulkDocsInterface);
}