summaryrefslogtreecommitdiff
path: root/_test/tests/inc/json.test.php
Commit message (Collapse)AuthorAge
* Adapt tests for PHP 5.4Michael Hamann2012-05-11
| | | | | Call-time pass-by-reference is a fatal syntax error in PHP 5.4 and stdClass objects can't be instantiated automatically anymore.
* fixed JSON test casesAndreas Gohr2012-05-03
| | | | | | | | | seems like phpunit will not run all test classes inside a file when giving it as an argument :-/ I removed the error supression tests as these test a feature we do not have in our JSON class version (and shouldn't implement to keep as compatible as possible to the native JSON functions)
* added the orginal unit tests for JSON.phpAndreas Gohr2012-05-02