1
0
Fork 0
composer/tests/Composer/Test/Json
Sandy Pleyte 3a2815b778 Added extra unit test from the example in the ticket. 2014-02-19 14:17:23 +01:00
..
JsonFileTest.php Added extra unit test from the example in the ticket. 2014-02-19 14:17:23 +01:00
JsonFormatterTest.php Fix for #2613, when using php < 5.4 there was an unnecessary backslash before each utf-8 char. The problem was that the regexp matched all utf-8 encoded chars (included the ones that where escaped). The new regexp uses the lookbehind feature to check if the backslash isn't prefixed with an other backslash. 2014-02-18 09:01:12 +01:00
JsonManipulatorTest.php Fix backtracking issue in json manipulations, fixes #2583 2014-01-12 21:13:00 +01:00
JsonValidationExceptionTest.php [tests] Unit tests for JsonValidationException class 2014-01-30 17:39:13 +00:00