public function AbstractOperationTest::testGetEmptyResult in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
Namespace
Symfony\Component\Translation\Tests\CatalogueCode
public function testGetEmptyResult() {
$this
->assertEquals(new MessageCatalogue('en'), $this
->createOperation(new MessageCatalogue('en'), new MessageCatalogue('en'))
->getResult());
}