コード例 #1
0
 /**
  * @expectedException MWException 
  */
 public function testGuessTypeOnNullThrowException()
 {
     $this->object->guessType(null);
 }