stable

Clone or download

Read-only

chore: Decrease usage of Mockery (December 2022)

This is part of request #21775 Favor PHPUnit mock system over Mockery - part 2 Mockery is no more used in: * parts of plugins/cardwall * plugins/webdav Note: Please note that the update of Webdav test files are done in a best effort to remove Mockery, nothing more. Change-Id: I6efb2e47f4b89faa845473efdb94a3bf2ac4e42f

Modified Files

Name
M plugins/cardwall/tests/unit/Cardwall/OnTop/Config/ColumnFactoryTest.php +13 −33 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Cardwall_OnTop_ConfigTest.php +65 −66 Go to diff View file
M plugins/webdav/tests/unit/WebDAVFRSReleaseTest.php +662 −455 Go to diff View file
M plugins/webdav/tests/unit/WebDAVFRSTest.php +78 −71 Go to diff View file
M plugins/webdav/tests/unit/WebDAVProjectTest.php +12 −16 Go to diff View file
M plugins/webdav/tests/unit/WebDAVRootTest.php +52 −41 Go to diff View file
M plugins/webdav/tests/unit/WebDAVTreeTest.php +253 −220 Go to diff View file
M plugins/webdav/tests/unit/WebDAVUtilsTest.php +37 −31 Go to diff View file