Home
last modified time | relevance | path

Searched refs:frameExists (Results 1 – 1 of 1) sorted by path

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DFilter.php56 if (!self::frameExists($eTrace, $eFile, $eLine)) {
92 private static function frameExists(array $trace, $file, $line) function in PHPUnit_Util_Filter