mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 00:54:27 +02:00
Getter/Setter for theme info
This commit is contained in:
parent
c52b8595e8
commit
5a87ccf026
13 changed files with 57 additions and 28 deletions
|
@ -24,8 +24,8 @@ class SmiliesTest extends MockedTest
|
|||
parent::setUp();
|
||||
$this->setUpVfsDir();
|
||||
$this->mockApp($this->root);
|
||||
$this->app->theme_info['videowidth'] = 425;
|
||||
$this->app->theme_info['videoheight'] = 350;
|
||||
$this->app->setThemeInfoValue('videowidth', 425);
|
||||
$this->app->setThemeInfoValue('videoheight', 350);
|
||||
$this->configMock->shouldReceive('get')
|
||||
->with('system', 'no_smilies')
|
||||
->andReturn(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue