Update BBCode::convert test mock-ups

This commit is contained in:
Hypolite Petovan 2019-06-20 16:14:05 -04:00
parent 9545ff614b
commit 19b7398c6a
1 changed files with 3 additions and 0 deletions

View File

@ -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();
}