mirror of
https://github.com/friendica/friendica
synced 2025-04-23 14:30:11 +00:00
Tests
This commit is contained in:
parent
1539d76fda
commit
2b41b322bc
3 changed files with 7 additions and 5 deletions
|
@ -40,8 +40,6 @@ class BBCodeTest extends MockedTest
|
|||
parent::setUp();
|
||||
$this->setUpVfsDir();
|
||||
$this->mockApp($this->root);
|
||||
$this->app->setThemeInfoValue('videowidth', 425);
|
||||
$this->app->setThemeInfoValue('videoheight', 350);
|
||||
$this->configMock->shouldReceive('get')
|
||||
->with('system', 'remove_multiplicated_lines')
|
||||
->andReturn(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue