Civi/Test/TAP - Replace Symfony YAML dependency
authorTim Otten <totten@civicrm.org>
Fri, 14 Jun 2019 18:23:37 +0000 (14:23 -0400)
committerTim Otten <totten@civicrm.org>
Fri, 14 Jun 2019 20:01:58 +0000 (16:01 -0400)
commit0640a622eb2107d4332913ef384808570b115a7f
tree797e72c6d4b24b420618196d1eda2a999effa54b
parent62e6c49c4c09d86b3b1060d8dd4d265919bcbc0f
Civi/Test/TAP - Replace Symfony YAML dependency

This allows two paths:

1. If you have the YAML PECL extension, then that will be used.
   To get the best output, you can install it.
2. If you don't, then it'll output JSON. JSON is considered valid YAML.
   It's not clear that everyone reading the document will handle
   the full range YAML (incl JSON), but... we don't actually have any
   listeners that care to parse the TAP output...
Civi/Test/TAP.php