Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php128 protected $beStrictAboutResourceUsageDuringSmallTests = false; variable in PHPUnit_Framework_TestResult
653 $monitorFunctions = $this->beStrictAboutResourceUsageDuringSmallTests &&
1063 public function beStrictAboutResourceUsageDuringSmallTests($flag) function in PHPUnit_Framework_TestResult
1069 $this->beStrictAboutResourceUsageDuringSmallTests = $flag;
1077 return $this->beStrictAboutResourceUsageDuringSmallTests;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist48 … $result->beStrictAboutResourceUsageDuringSmallTests({isStrictAboutResourceUsageDuringSmallTests});
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php507 …$result->beStrictAboutResourceUsageDuringSmallTests($arguments['beStrictAboutResourceUsageDuringSm…