final class TestCollection implements Countable, IteratorAggregate (View source)

Methods

static TestCollection
fromArray(array $tests)

No description

array
asArray()

No description

int
count()

No description

Details

static TestCollection fromArray(array $tests)

No description

Parameters

array $tests

Return Value

TestCollection

array asArray()

No description

Return Value

array

int count()

No description

Return Value

int

TestCollectionIterator getIterator()

No description

Return Value

TestCollectionIterator