public function testName()
 {
     $linkify = $this->getMock('Misd\\Linkify\\Linkify');
     $helper = $this->getMock('Misd\\LinkifyBundle\\Helper\\LinkifyHelper', array(), array($linkify));
     $extension = new LinkifyTwigExtension($helper);
     $this->assertTrue(is_string($extension->getName()));
 }