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