mirror of
https://github.com/friendica/friendica
synced 2025-04-23 14:30:11 +00:00
Item cache related functionality removed
This commit is contained in:
parent
844727dc19
commit
a06d699480
9 changed files with 0 additions and 136 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue