Item cache related functionality removed

This commit is contained in:
Michael 2021-07-05 04:57:50 +00:00
parent 844727dc19
commit a06d699480
9 changed files with 0 additions and 136 deletions

View file

@ -51,9 +51,6 @@ class BBCodeTest extends MockedTest
$this->configMock->shouldReceive('get')
->with('system', 'allowed_link_protocols')
->andReturn(null);
$this->configMock->shouldReceive('get')
->with('system', 'itemcache_duration')
->andReturn(-1);
$this->configMock->shouldReceive('get')
->with('system', 'url')
->andReturn('friendica.local');