|
MediaWiki
REL1_19
|


Public Member Functions | |
| provideValuesToDecode () | |
| provideValuesToEncode () | |
| testJsonDecode ($input, $desc) | |
| Test to make sure core json_decode() and our Services_Json()->decode() produce the same output. | |
| testJsonEncode ($input, $desc) | |
| Test to make sure core json_encode() and our Services_Json()->encode() produce the same output. | |
Definition at line 6 of file ServicesJsonTest.php.
Definition at line 74 of file ServicesJsonTest.php.
Definition at line 50 of file ServicesJsonTest.php.
| ServicesJsonTest::testJsonDecode | ( | $ | input, |
| $ | desc | ||
| ) |
Test to make sure core json_decode() and our Services_Json()->decode() produce the same output.
provideValuesToDecode
Definition at line 36 of file ServicesJsonTest.php.
References $input.
| ServicesJsonTest::testJsonEncode | ( | $ | input, |
| $ | desc | ||
| ) |
Test to make sure core json_encode() and our Services_Json()->encode() produce the same output.
provideValuesToEncode
Definition at line 13 of file ServicesJsonTest.php.
References $input.