MediaWiki  REL1_19
ServicesJsonTest Class Reference
Inheritance diagram for ServicesJsonTest:
Collaboration diagram for ServicesJsonTest:

List of all members.

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.

Detailed Description

Definition at line 6 of file ServicesJsonTest.php.


Member Function Documentation

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.


The documentation for this class was generated from the following file: