PhpGitHooks\Module\Configuration\Service\PhpUnitStrictCoverageFactory::setUndefined PHP Method

setUndefined() public static method

public static setUndefined ( ) : PhpUnitStrictCoverage
return PhpGitHooks\Module\Configuration\Domain\PhpUnitStrictCoverage
    public static function setUndefined()
    {
        return new PhpUnitStrictCoverage(new Undefined(true), new Enabled(false), new MinimumStrictCoverage(null));
    }

Usage Example

 /**
  * @return Execute
  */
 public static function setUndefined()
 {
     $tools = [ComposerFactory::setUndefined(), JsonLintFactory::setUndefined(), PhpLintFactory::setUndefined(), PhpMdFactory::setUndefined(), PhpCsFactory::setUndefined(), PhpCsFixerFactory::setUndefined(), PhpUnitFactory::setUndefined(), PhpUnitStrictCoverageFactory::setUndefined(), PhpUnitGuardCoverageFactory::setUndefined()];
     return new Execute($tools);
 }
All Usage Examples Of PhpGitHooks\Module\Configuration\Service\PhpUnitStrictCoverageFactory::setUndefined
PhpUnitStrictCoverageFactory