projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7f0ffd
)
Fix test
author
Michael
<heluecht@pirati.ca>
Sun, 17 May 2020 17:28:40 +0000
(17:28 +0000)
committer
Michael
<heluecht@pirati.ca>
Sun, 17 May 2020 17:28:40 +0000
(17:28 +0000)
tests/src/Content/Text/BBCodeTest.php
patch
|
blob
|
history
diff --git
a/tests/src/Content/Text/BBCodeTest.php
b/tests/src/Content/Text/BBCodeTest.php
index 1a1d06dc7b1c5678ce27f9de4b30045e71d777e8..35dff87d9fc7b04fbb2278aaa5ac6d7225d957c8 100644
(file)
--- a/
tests/src/Content/Text/BBCodeTest.php
+++ b/
tests/src/Content/Text/BBCodeTest.php
@@
-58,6
+58,9
@@
class BBCodeTest extends MockedTest
$this->configMock->shouldReceive('get')
->with('system', 'no_smilies')
->andReturn(false);
+ $this->configMock->shouldReceive('get')
+ ->with('system', 'big_emojis')
+ ->andReturn(false);
$l10nMock = \Mockery::mock(L10n::class);
$l10nMock->shouldReceive('t')->withAnyArgs()->andReturnUsing(function ($args) { return $args; });