abstract class TestSuite (View source)

Methods

__construct(string $name, int $size, TestCollection $tests)

No description

string
name()

No description

int
count()

No description

tests()

No description

bool
isWithName()

No description

bool
isForTestClass()

No description

bool

Details

__construct(string $name, int $size, TestCollection $tests)

internal  This method is not covered by the backward compatibility promise for PHPUnit
 

No description

Parameters

string $name
int $size
TestCollection $tests

string name()

No description

Return Value

string

int count()

No description

Return Value

int

TestCollection tests()

No description

Return Value

TestCollection

bool isWithName()

No description

Return Value

bool

bool isForTestClass()

No description

Return Value

bool

bool isForTestMethodWithDataProvider()

No description

Return Value

bool