wiki.techinc.nl/tests/phpunit/unit/includes/diff
Thiemo Kreuz 61ae7504df Replace trivial usa of mock builder with createMock() shortcut
createMock() does the same, but is much easier to read.

A small difference is that some of the replacements made in this
patch didn't use disableOriginalConstructor() before. In case this
was relevant we should see the respective test fail. If not we can
save some CPU cycles and skip these constructors.

Change-Id: Ib98fb06e0fe753b7a53cb087a47e1159515a8ad5
2022-07-15 16:43:48 +00:00
..
ArrayDiffFormatterTest.php Replace trivial usa of mock builder with createMock() shortcut 2022-07-15 16:43:48 +00:00
DiffOpTest.php Make use of DiffOp::norig/nclosing() and update tests 2020-03-25 15:17:17 +00:00
DiffTest.php Move trivially compatible tests to the unit tests suite 2019-06-30 15:23:53 +02:00
UnsupportedSlotDiffRendererTest.php Convert UnsupportedSlotDiffRendererTest to a pure unit test 2021-02-27 02:06:10 +00:00