/**
  * Test that the fromReflectionClass() methods has not yet been implemented.
  *
  * @return void
  * @expectedException \Exception
  */
 public function testFromReflectionClass()
 {
     $this->descriptor->fromReflectionClass(new ReflectionClass('\\stdClass'));
 }