aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/json/FormatJsonTest.php
Commit message (Expand)AuthorAgeFilesLines
* Load GlobalFunctions.php to tests/phpunit/bootstrap.phpAmir Sarabadani2019-07-141-82/+0
* Move unit tests FormatJsonTest.php to a dedicated file in unit testsAmir Sarabadani2019-07-071-354/+0
* Revert "Separate MediaWiki unit and integration tests"Legoktm2019-06-131-0/+436
* Separate MediaWiki unit and integration testsMáté Szabó2019-06-131-436/+0
* Finish FormatJson::encode() test coverageKunal Mehta2019-02-021-0/+9
* Comments, tests, and tweaks for JSON decoding quirksBill Pirkle2018-11-071-1/+53
* Use ::class to resolve class names in testsUmherirrender2018-01-261-5/+5
* Remove spaces after cast operatorsSam Wilson2016-10-311-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-88/+88
* Replace use of assertType with assertInternalType and assertInstanceOfaude2015-04-091-5/+5
* hhvm: Detect json-c parserBryan Davis2014-11-081-19/+22
* hhvm: fix FormatJsonTest::testParseTryFixing for lenient json parserBryan Davis2014-10-311-10/+45
* FormatJson::stripCommentsBryan Davis2014-10-121-0/+58
* FormatJson::parse( TRY_FIXING ) - remove trailing commasYuri Astrakhan2014-09-271-0/+36
* Added FormatJson::parse( $value, $options = 0 ) returning StatusYuri Astrakhan2014-09-261-0/+63
* Fixed some @params documentation (tests)umherirrender2014-04-171-1/+1
* FormatJson: Make it possible to change the indent stringKevin Israel2014-04-161-14/+30
* Merge "FormatJson: Remove whitespace from empty arrays and objects"jenkins-bot2013-10-251-6/+8
|\
| * FormatJson: Remove whitespace from empty arrays and objectsKevin Israel2013-10-091-6/+8
* | @covers tags for more test classesaddshore2013-10-241-0/+3
|/
* Strip excess newlines from formatting testChad Horohoe2013-10-041-3/+1
* Update code formattingSiebrand Mazeland2013-04-261-1/+1
* Fix pretty JSON when strings end with backslashesKevin Israel2013-03-301-2/+2
* Combine JavaScript and JSON encoding logicKevin Israel2013-03-271-0/+161