PhpGitHooks\Module\Configuration\Service\PhpUnitGuardCoverageFactory::setUndefined PHP Метод

setUndefined() публичный статический Метод

public static setUndefined ( ) : PhpUnitGuardCoverage
Результат PhpGitHooks\Module\Configuration\Domain\PhpUnitGuardCoverage
    public static function setUndefined()
    {
        return new PhpUnitGuardCoverage(new Undefined(true), new Enabled(false), new Message(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\PhpUnitGuardCoverageFactory::setUndefined
PhpUnitGuardCoverageFactory