Ejemplo n.º 1
0
 public function testVideoTagWithContent()
 {
     $this->assertEquals('<div>bar</div>', Html::div(null, 'bar'));
 }