]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Content/SmiliesTest.php
"escapeTags" is finally removed
[friendica.git] / tests / src / Content / SmiliesTest.php
index 8d4624298c50fb434660d07780760f07bdb7c306..2e97b4d400101380609fee54b89b6c4b2652ab06 100644 (file)
@@ -24,8 +24,6 @@ class SmiliesTest extends MockedTest
                parent::setUp();
                $this->setUpVfsDir();
                $this->mockApp($this->root);
-               $this->app->videowidth = 425;
-               $this->app->videoheight = 350;
                $this->configMock->shouldReceive('get')
                        ->with('system', 'no_smilies')
                        ->andReturn(false);