public function testResolveProgressWithNegativeConfigAndNegativeOption()
 {
     $this->config->hideProgress(false);
     $this->resolver->setOption('progress', false)->resolve();
     $this->assertFalse($this->resolver->getProgress());
 }