setUndefined() public static method

public static setUndefined ( ) : PhpUnit
return PhpGitHooks\Module\Configuration\Domain\PhpUnit
Exemplo n.º 1
0
 /**
  * @return PrePush
  */
 public static function setUndefined()
 {
     return self::create(new Undefined(true), EnabledStub::create(false), PrePushExecuteStub::create(PhpUnitStub::setUndefined(), PhpUnitStrictCoverageStub::setUndefined(), PhpUnitGuardCoverageStub::setUndefined()), MessagesStub::random());
 }