Method | Description | |
---|---|---|
__construct ( |
Construct a new mock builder factory. | |
create ( mixed $types = [] ) : |
Create a new mock builder. | |
instance ( ) : |
Get the static instance of this factory. |
public __construct ( |
||
$mockFactory | The mock factory to use. | |
$handleFactory | The handle factory to use. | |
$invocableInspector | The invocable inspector. | |
$featureDetector | The feature detector to use. |
public static instance ( ) : |
||
return | The static factory. |