final class TestSuiteForTestClass extends TestSuite (View source)

Methods

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

No description

string
name()

No description

int
count()

No description

tests()

No description

bool
isWithName()

No description

bool
isForTestClass()

No description

bool
string
className()

No description

string
file()

No description

int
line()

No description

Details

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

No description

Parameters

string $name
int $size
TestCollection $tests
string $file
int $line

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

string className()

No description

Return Value

string

string file()

No description

Return Value

string

int line()

No description

Return Value

int