setRiskyAllowed() public method

public setRiskyAllowed ( $isRiskyAllowed )
コード例 #1
0
 public function testResolveAllowRiskyWithNegativeConfigAndNoOption()
 {
     $this->config->setRiskyAllowed(false);
     $this->resolver->resolve();
     $this->assertFalse($this->config->getRiskyAllowed());
 }