You are here

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\Kernel

Code

public function testChangesFactory() {
  $changes = \Drupal::service('replication.revisiondiff_factory')
    ->get($this->workspace);
  $this
    ->assertTrue($changes instanceof RevisionDiffInterface);
}