Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DSkeleton.php110 var $includeParents; variable in PHPUnit_Skeleton
131 * @param boolean $includeParents Wheter to include the parent's methods in the test.
134 …function PHPUnit_Skeleton($className, $classPath, $includeParents = FALSE, $includePrivate = TRUE)… argument
144 $this->includeParents = $includeParents;
190 if (!$this->includeParents) {