Update BBCode::convert test mock-ups
This commit is contained in:
parent
9545ff614b
commit
19b7398c6a
|
@ -40,6 +40,9 @@ class BBCodeTest extends MockedTest
|
||||||
$this->configMock->shouldReceive('get')
|
$this->configMock->shouldReceive('get')
|
||||||
->with('system', 'url')
|
->with('system', 'url')
|
||||||
->andReturn('friendica.local');
|
->andReturn('friendica.local');
|
||||||
|
$this->configMock->shouldReceive('get')
|
||||||
|
->with('system', 'no_smilies')
|
||||||
|
->andReturn(false);
|
||||||
$this->mockL10nT();
|
$this->mockL10nT();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue