Пример #1
0
 /**
  * @covers ::getInfo
  */
 public function testGetInfo()
 {
     $htmlTag = new HtmlTag(array(), 'test', 'test');
     $info = $htmlTag->getInfo();
     $this->assertArrayHasKey('#pre_render', $info);
     $this->assertArrayHasKey('#attributes', $info);
     $this->assertArrayHasKey('#value', $info);
 }