Exemplo n.º 1
0
 /**
  * @covers getType
  */
 public function testGetType()
 {
     $d = new MediaNode(['black']);
     $this->assertEquals('Media', $d->getType());
 }