You are here

public function AbstractOperationTest::testGetEmptyResult in Zircon Profile 8.0

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

File

vendor/symfony/translation/Tests/Catalogue/AbstractOperationTest.php, line 61

Class

AbstractOperationTest

Namespace

Symfony\Component\Translation\Tests\Catalogue

Code

public function testGetEmptyResult() {
  $this
    ->assertEquals(new MessageCatalogue('en'), $this
    ->createOperation(new MessageCatalogue('en'), new MessageCatalogue('en'))
    ->getResult());
}