]> git.mxchange.org Git - friendica.git/commitdiff
Update BBCode::convert test mock-ups
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 20 Jun 2019 20:14:05 +0000 (16:14 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 23 Jun 2019 21:53:25 +0000 (17:53 -0400)
tests/src/Content/Text/BBCodeTest.php

index 3efb408937a552fde12bd182967010bbc45b16c0..6ae28e8c299b4668c772f861b59bf9f73feb1c2f 100644 (file)
@@ -40,6 +40,9 @@ class BBCodeTest extends MockedTest
                $this->configMock->shouldReceive('get')
                        ->with('system', 'url')
                        ->andReturn('friendica.local');
+               $this->configMock->shouldReceive('get')
+                       ->with('system', 'no_smilies')
+                       ->andReturn(false);
                $this->mockL10nT();
        }