示例#1
0
 /**
  * Returns an array with all attributes and its meta information from a tag.
  * Removes tag-name if found
  *
  * @test
  * @dataProvider getTagAttributesDataProvider
  * @param string $tag String to process
  * @param array $expectedResult
  */
 public function getTagAttributes($tag, $expectedResult)
 {
     $this->assertEquals($expectedResult, $this->subject->get_tag_attributes($tag));
 }