mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-29 19:10:12 +02:00
Since an update of Mockery, partial mocks do not call the constructor of their mocked classes anymore without explicitly passing a non empty array. This is a regression of the following bug: https://github.com/padraic/mockery/issues/144