Searched refs:excludeGroups (Results 1 – 1 of 1) sorted by relevance
84 private $excludeGroups; variable in PHPUnit_Util_TestDox_ResultPrinter89 * @param array $excludeGroups91 public function __construct($out = null, array $groups = [], array $excludeGroups = []) argument96 $this->excludeGroups = $excludeGroups;387 if (!empty($this->excludeGroups)) {389 if (in_array($group, $this->excludeGroups)) {