fixing auto install tests

This commit is contained in:
Philipp Holzer 2019-04-13 21:59:05 +02:00
parent 677cb205f5
commit 3a0664d827
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
5 changed files with 47 additions and 48 deletions

View file

@ -69,6 +69,9 @@ trait AppMockTrait
$this->app
->shouldReceive('getConfigCache')
->andReturn($this->configMock);
$this->app
->shouldReceive('getConfig')
->andReturn($config);
$this->app
->shouldReceive('getTemplateEngine')
->andReturn(new FriendicaSmartyEngine());