コード例 #1
0
 public function testGetEntityPluralLabelTranslationKey()
 {
     $this->assertEquals('acme.product.entity_plural_label', EntityLabelBuilder::getEntityPluralLabelTranslationKey('Acme\\Bundle\\ProductBundle\\Entity\\Product'));
 }