public function RevisionDiffFactoryTest::testChangesFactory in Replication 8
File
- tests/
src/ Kernel/ RevisionDiffFactoryTest.php, line 43
Class
- RevisionDiffFactoryTest
- Tests the revision diff factory.
Namespace
Drupal\Tests\replication\KernelCode
public function testChangesFactory() {
$changes = \Drupal::service('replication.revisiondiff_factory')
->get($this->workspace);
$this
->assertTrue($changes instanceof RevisionDiffInterface);
}