Ejemplo n.º 1
0
 public function testGetTitleLink()
 {
     $tag = new Collapse('foo');
     $title = $tag->getTitleLink();
     $this->assertInstanceOf(GenericTag::class, $title);
     $this->assertEquals('<a data-toggle="collapse"></a>', $title->getHTML());
 }