public function testGetConstant_Undefined()
 {
     $this->setExpectedException('RuntimeException');
     $this->object->getConstant('undefined');
 }