PHPUnit\Runner\CleverAndSmart\Unit\Mother::setPrivateProperty PHP Method

setPrivateProperty() public method

public setPrivateProperty ( $value )
    public function setPrivateProperty($value)
    {
        $this->privateProperty = $value;
    }