AssertionCounter
Table of Contents
Properties
- $numAssertions : mixed
Methods
- addToAssertionCount() : mixed
- This method is not covered by the backward compatibility promise for PHPUnit, but is nice to have for extensions.
- getNumAssertions() : mixed
- assertionCounterEnd() : mixed
- assertionCounterStart() : mixed
Properties
$numAssertions
protected
mixed
$numAssertions
= 0
Methods
addToAssertionCount()
This method is not covered by the backward compatibility promise for PHPUnit, but is nice to have for extensions.
public
addToAssertionCount(mixed $count) : mixed
Parameters
- $count : mixed
getNumAssertions()
public
getNumAssertions() : mixed
assertionCounterEnd()
protected
assertionCounterEnd() : mixed
assertionCounterStart()
protected
assertionCounterStart() : mixed