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