public function testThrowTargetExceptionsOnAccessorsWork()
 {
     $this->assertTrue($this->inflector->isThrowTargetExceptionsOn());
     $this->inflector->setThrowTargetExceptionsOn(false);
     $this->assertFalse($this->inflector->isThrowTargetExceptionsOn());
 }