Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Adapt tests for PHP 5.4 | Michael Hamann | 2012-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 cases | Andreas Gohr | 2012-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.php | Andreas Gohr | 2012-05-02 |