You are here

public function AllDocsFactoryTest::testAllDocsFactory in Replication 8.2

File

tests/src/Unit/AllDocsFactoryTest.php, line 41

Class

AllDocsFactoryTest
Tests the AllDocsFactory

Namespace

Drupal\Tests\replication\Unit

Code

public function testAllDocsFactory() {
  $all_docs = \Drupal::service('replication.alldocs_factory')
    ->get($this->workspace);
  $this
    ->assertTrue($all_docs instanceof AllDocsInterface);
}