stable

Clone or download

Read-only

[tech] Do not use Mockery anymore in unit tests

This is part of request #21775 Favor PHPUnit mock system over Mockery - part 2 Change-Id: I06fe8c13f28f34d4ed052b538cdf61cefd4e8747

Modified Files

Name
M tests/unit/BotMattermost/AdminControllerTest.php +31 −21 Go to diff View file
M tests/unit/BotMattermost/SenderServices/EncoderMessageTest.php +17 −21 Go to diff View file
M tests/unit/BotMattermost/SenderServices/MarkdownEngine/MarkdownMustacheRendererTest.php +11 −7 Go to diff View file
M tests/unit/BotMattermost/SenderServices/MarkdownEngine/MarkdownTemplateRendererFactoryTest.php +5 −7 Go to diff View file
M tests/unit/BotMattermost/SenderServices/SenderTest.php +22 −19 Go to diff View file