TestSuiteCollection
in package
implements
Countable, IteratorAggregate
FinalYes
Tags
Table of Contents
Interfaces
- Countable
- IteratorAggregate
Properties
- $testSuites : array<string|int, mixed>
Methods
- asArray() : array<string|int, mixed>
- count() : int
- fromArray() : self
- getIterator() : TestSuiteCollectionIterator
- isEmpty() : bool
- __construct() : mixed
Properties
$testSuites read-only
private
array<string|int, mixed>
$testSuites
Tags
Methods
asArray()
public
asArray() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>count()
public
count() : int
Return values
intfromArray()
public
static fromArray(array<string|int, mixed> $testSuites) : self
Parameters
- $testSuites : array<string|int, mixed>
Tags
Return values
selfgetIterator()
public
getIterator() : TestSuiteCollectionIterator
Return values
TestSuiteCollectionIteratorisEmpty()
public
isEmpty() : bool
Return values
bool__construct()
private
__construct(TestSuite ...$testSuites) : mixed
Parameters
- $testSuites : TestSuite