Add some basic tests to compare output of native json support and the Services_Json...
authorChad Horohoe <demon@users.mediawiki.org>
Sat, 10 Sep 2011 05:24:46 +0000 (05:24 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sat, 10 Sep 2011 05:24:46 +0000 (05:24 +0000)
commit66c033102602c69921794652116bf1509734f753
tree6b300d9bf62fad23452bc8971cdea50fa682d3dd
parent3d99669908694a5229fd691ebe8db962402b8b20
Add some basic tests to compare output of native json support and the Services_Json implementation, as I promised on wikitech-l. Could use plenty more test cases, but that should be trivial since I did it properly with data providers :)
tests/phpunit/includes/json/ServicesJsonTest.php [new file with mode: 0644]