Exemplo n.º 1
0
 /**
  *
  * @depends testGetOptionsHasPresetOption 
  */
 public function testPresetValueInGetOptionsEqualsGetType($preset)
 {
     $this->assertEquals($this->encoding->getType(), $preset);
 }