Ejemplo n.º 1
0
 public function testGetContent()
 {
     $tag = new Collapse('foo');
     $content = $tag->getContent();
     $this->assertInternalType('array', $content);
     $this->assertEquals([], $content);
 }