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