You are here

protected function MergeOperationTest::createOperation in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/translation/Tests/Catalogue/MergeOperationTest.php \Symfony\Component\Translation\Tests\Catalogue\MergeOperationTest::createOperation()

Overrides AbstractOperationTest::createOperation

1 call to MergeOperationTest::createOperation()
MergeOperationTest::testGetMessagesFromSingleDomain in vendor/symfony/translation/Tests/Catalogue/MergeOperationTest.php

File

vendor/symfony/translation/Tests/Catalogue/MergeOperationTest.php, line 79

Class

MergeOperationTest

Namespace

Symfony\Component\Translation\Tests\Catalogue

Code

protected function createOperation(MessageCatalogueInterface $source, MessageCatalogueInterface $target) {
  return new MergeOperation($source, $target);
}