Method | Description | |
---|---|---|
call ( Object $object, string $methodName, mixed $args = null ) : mixed | Calls an object method even if it is protected or private | |
callStatic ( string $class, string $methodName, mixed $args = null ) : mixed | Calls a class method even if it is protected or private |
Method | Description | |
---|---|---|
_callMethod ( $objectOrClassName, $methodName, $args = null ) | ||
copyCoverageFile ( string $fixture, string $directory = '/tmp' ) : string | Copy fixture file to tmp folder, cause coverage file will be deleted by merger | |
findTests ( $dir ) | ||
fixture ( $fixture ) | ||
getObjectValue ( $object, $property ) | ||
getPhpUnitVersion ( ) : string | Get PHPUnit version | |
removeDirectory ( string $dirname ) | Remove dir and its files | |
setObjectValue ( $object, $property, $value ) | ||
skipIfCodeCoverageNotEnabled ( ) |
Method | Description | |
---|---|---|
getAccessibleProperty ( $object, $property ) |
protected static _callMethod ( $objectOrClassName, $methodName, $args = null ) |
protected static getPhpUnitVersion ( ) : string | ||
return | string |
protected removeDirectory ( string $dirname ) | ||
$dirname | string |
protected static skipIfCodeCoverageNotEnabled ( ) |