public function AllDocsFactoryTest::testAllDocsFactory in Replication 8
File
- tests/
src/ Kernel/ AllDocsFactoryTest.php, line 43
Class
- AllDocsFactoryTest
- Tests the AllDocsFactory
Namespace
Drupal\Tests\replication\KernelCode
public function testAllDocsFactory() {
$all_docs = \Drupal::service('replication.alldocs_factory')
->get($this->workspace);
$this
->assertTrue($all_docs instanceof AllDocsInterface);
}