getRiskyAllowed() public method

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