Example #1
0
 /**
  * {@inheritdoc}
  */
 public function getName()
 {
     return $this->helper->getName();
 }
Example #2
0
 public function testName()
 {
     $this->assertSame('ivory_ckeditor', $this->helper->getName());
 }