예제 #1
0
파일: MediaTest.php 프로젝트: mishal/iless
 /**
  * @covers getType
  */
 public function testGetType()
 {
     $d = new MediaNode(['black']);
     $this->assertEquals('Media', $d->getType());
 }