]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Content/SmiliesTest.php
"escapeTags" is finally removed
[friendica.git] / tests / src / Content / SmiliesTest.php
index a3633cea53a0e812f779c4eb0093772fdf2b5ccb..2e97b4d400101380609fee54b89b6c4b2652ab06 100644 (file)
@@ -19,13 +19,11 @@ class SmiliesTest extends MockedTest
        use VFSTrait;
        use AppMockTrait;
 
-       protected function setUp()
+       protected function setUp(): void
        {
                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);