final class PassedTests (View source)

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

Methods

static PassedTests
instance()

No description

void
testClassPassed(string $className)

No description

void
testMethodPassed(TestMethod $test, mixed $returnValue)

No description

void
import(PassedTests $other)

No description

bool
hasTestClassPassed(string $className)

No description

bool
hasTestMethodPassed(string $method)

No description

bool
isGreaterThan(string $method, TestSize $other)

No description

bool
hasReturnValue(string $method)

No description

mixed
returnValue(string $method)

No description

Details

static PassedTests instance()

No description

Return Value

PassedTests

void testClassPassed(string $className)

No description

Parameters

string $className

Return Value

void

void testMethodPassed(TestMethod $test, mixed $returnValue)

No description

Parameters

TestMethod $test
mixed $returnValue

Return Value

void

void import(PassedTests $other)

No description

Parameters

PassedTests $other

Return Value

void

bool hasTestClassPassed(string $className)

No description

Parameters

string $className

Return Value

bool

bool hasTestMethodPassed(string $method)

No description

Parameters

string $method

Return Value

bool

bool isGreaterThan(string $method, TestSize $other)

No description

Parameters

string $method
TestSize $other

Return Value

bool

bool hasReturnValue(string $method)

No description

Parameters

string $method

Return Value

bool

mixed returnValue(string $method)

No description

Parameters

string $method

Return Value

mixed