lithium\tests\mocks\net\http\Template::__construct PHP Method

__construct() public method

public __construct ( array $config = [] )
$config array
    public function __construct(array $config = array())
    {
        $config['response']->headers('Custom', 'Value');
    }