Unit test bug fix

This commit is contained in:
Dennis Eichhorn 2016-01-23 20:09:42 +01:00
parent 97687422eb
commit 2869a41bb5

View File

@ -105,7 +105,7 @@ abstract class RequestAbstract implements RequestInterface
* @var array * @var array
* @since 1.0.0 * @since 1.0.0
*/ */
protected $hash = null; protected $hash = [];
/** /**
* Constructor. * Constructor.