abstract class TestSize (View source)

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

Methods

static TestSize
unknown()

No description

static TestSize
small()

No description

static TestSize
medium()

No description

static TestSize
large()

No description

bool
isKnown()

No description

bool
isUnknown()

No description

bool
isSmall()

No description

bool
isMedium()

No description

bool
isLarge()

No description

string
asString()

No description

Details

static TestSize unknown()

No description

Return Value

TestSize

static TestSize small()

No description

Return Value

TestSize

static TestSize medium()

No description

Return Value

TestSize

static TestSize large()

No description

Return Value

TestSize

bool isKnown()

No description

Return Value

bool

bool isUnknown()

No description

Return Value

bool

bool isSmall()

No description

Return Value

bool

bool isMedium()

No description

Return Value

bool

bool isLarge()

No description

Return Value

bool

abstract string asString()

No description

Return Value

string