You are here

protected function DiffOperationTest::createOperation in Zircon Profile 8.0

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

Overrides AbstractOperationTest::createOperation

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

File

vendor/symfony/translation/Tests/Catalogue/DiffOperationTest.php, line 78

Class

DiffOperationTest

Namespace

Symfony\Component\Translation\Tests\Catalogue

Code

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