Exemplo n.º 1
0
 public function testName()
 {
     $linkify = $this->getMock('Misd\\Linkify\\Linkify');
     $helper = new LinkifyHelper($linkify);
     $this->assertTrue(is_string($helper->getName()));
 }