Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. There was 1 failure:
  2.  
  3. 1) Composer\Test\Json\JsonFileTest::testFormatEmptyArray
  4. Failed asserting that two strings are equal.
  5. --- Expected
  6. +++ Actual
  7. @@ @@
  8. '{
  9. - "test": [
  10. -
  11. - ],
  12. - "test2": {
  13. -
  14. - }
  15. + "test": [],
  16. + "test2": {}
  17. }'
  18.  
  19. /Users/rdohms/dev/oss/composer/tests/Composer/Test/Json/JsonFileTest.php:235
  20. /Users/rdohms/dev/oss/composer/tests/Composer/Test/Json/JsonFileTest.php:149
  21. /Users/rdohms/.composer/vendor/phpunit/phpunit/src/TextUI/Command.php:179
  22. /Users/rdohms/.composer/vendor/phpunit/phpunit/src/TextUI/Command.php:132
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement