Home
last modified time | relevance | path

Searched refs:enforceTimeLimit (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php133 protected $enforceTimeLimit = false; variable in PHPUnit_Framework_TestResult
667 $this->enforceTimeLimit &&
1085 public function enforceTimeLimit($flag) function in PHPUnit_Framework_TestResult
1091 $this->enforceTimeLimit = $flag;
1099 return $this->enforceTimeLimit;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist46 $result->enforceTimeLimit({enforcesTimeLimit});
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php508 $result->enforceTimeLimit($arguments['enforceTimeLimit']);