PHPUnit_Runner_Filter_Group_Exclude
extends PHPUnit_Runner_Filter_GroupFilterIterator
in package
Tags
Table of Contents
- $groupTests : array<string|int, mixed>
- __construct() : mixed
- accept() : bool
- doAccept() : mixed
Properties
$groupTests
protected
array<string|int, mixed>
$groupTests
= array()
Methods
__construct()
public
__construct(RecursiveIterator $iterator, array<string|int, mixed> $groups, PHPUnit_Framework_TestSuite $suite) : mixed
Parameters
- $iterator : RecursiveIterator
- $groups : array<string|int, mixed>
- $suite : PHPUnit_Framework_TestSuite
Return values
mixed —accept()
public
accept() : bool
Return values
bool —doAccept()
protected
doAccept(mixed $hash) : mixed
Parameters
- $hash : mixed