]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Content/SmiliesTest.php
"escapeTags" is finally removed
[friendica.git] / tests / src / Content / SmiliesTest.php
index e2d35183f34dab7421e6971f1af900530501bc2f..2e97b4d400101380609fee54b89b6c4b2652ab06 100644 (file)
@@ -24,8 +24,6 @@ class SmiliesTest 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', 'no_smilies')
                        ->andReturn(false);