TestSuite
in package
AbstractYes
Tags
Table of Contents
Properties
- $count : int
- $name : string
- $tests : TestCollection
Methods
- __construct() : mixed
- count() : int
- isForTestClass() : bool
- isForTestMethodWithDataProvider() : bool
- isWithName() : bool
- name() : string
- tests() : TestCollection
Properties
$count read-only
private
int
$count
$name read-only
private
string
$name
Tags
$tests read-only
private
TestCollection
$tests
Methods
__construct()
public
__construct(string $name, int $size, TestCollection $tests) : mixed
Parameters
- $name : string
- $size : int
- $tests : TestCollection
Tags
count()
public
count() : int
Return values
intisForTestClass()
public
isForTestClass() : bool
Tags
Return values
boolisForTestMethodWithDataProvider()
public
isForTestMethodWithDataProvider() : bool
Tags
Return values
boolisWithName()
public
isWithName() : bool
Tags
Return values
boolname()
public
name() : string
Tags
Return values
stringtests()
public
tests() : TestCollection