pickles/tests/classes
Josh Sherman 9b297f3d87 Dropped Convert::toJSON()
In an effort to only maintain compatibility with the latest version of PHP (currently the 5.5 branch) I dropped the sanity checks if `json_encode` was available as it is always available in PHP 5.2+. Dropping this sanity check also allowed me to remove the wrapper function and the `JSON_AVAILABLE` constant. Ideally I'd like to move towards dropping the `Convert` class entirely but will need a way to convert an array to XML as the `RSS` class still leverages it. One thought is to move that code right into the `RSS` class as it never gets used elsewhere because XML is gross.
2013-12-24 13:28:49 -05:00
..
ConvertTest.php Dropped Convert::toJSON() 2013-12-24 13:28:49 -05:00
DateTest.php Tests for the Date class 2012-10-03 17:37:03 -04:00
StringTest.php Added tests for String class 2012-10-02 23:10:39 -04:00