getRiskyAllowed() public méthode

public getRiskyAllowed ( )
 public function testResolveAllowRiskyWithNegativeConfigAndNoOption()
 {
     $this->config->setRiskyAllowed(false);
     $this->resolver->resolve();
     $this->assertFalse($this->config->getRiskyAllowed());
 }