Add tests for ArrayDiffFormatter and DiffOp
authoraddshore <addshorewiki@gmail.com>
Wed, 26 Feb 2014 21:47:40 +0000 (22:47 +0100)
committeraddshore <addshorewiki@gmail.com>
Wed, 26 Feb 2014 21:53:05 +0000 (22:53 +0100)
commit3d1fba6e726fb9e977a23e1c4e080ccbbd9fd51d
treece4bb24450154d2c25a6df5d9c234b6d6f40244d
parent96b04cef361c26bbc6b76be6afbf298e4d22fed3
Add tests for ArrayDiffFormatter and DiffOp

This change also adds some tested getters to
the DiffOp class to improve testability of the class

Change-Id: I26eafd791b9892f565a18d0502474ef9c24f9a29
includes/diff/ArrayDiffFormatter.php
includes/diff/DairikiDiff.php
tests/phpunit/includes/diff/ArrayDiffFormatterTest.php [new file with mode: 0644]
tests/phpunit/includes/diff/DiffOpTest.php [new file with mode: 0644]
tests/phpunit/includes/diff/DiffTest.php [new file with mode: 0644]
tests/phpunit/includes/diff/DifferenceEngineTest.php
tests/phpunit/includes/diff/FakeDiffOp.php [new file with mode: 0644]