Пример #1
0
 public function testEmptyAtInitialization()
 {
     $o = new XhtmlView();
     $this->assertEquals([], $o->getMetaHeaders());
 }