(NFC) PathsTest - Make it easier to identify/debug test cases
authorTim Otten <totten@civicrm.org>
Tue, 10 Mar 2020 07:23:45 +0000 (00:23 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 10 Mar 2020 07:23:45 +0000 (00:23 -0700)
commit715cee35348ec9ab503ca77ba97a60987458eafc
treef048275056332ee9e4d80370cdfd80052e2f2a27
parent8e0dabd20bebe55d5dd725f3015c41019cb8dbed
(NFC) PathsTest - Make it easier to identify/debug test cases

When browsing the list of outputs from this test class, each of the test
cases was identified by its numerical position in the list of `$exs`.  This
makes it hard to keep track of the failures.

1. Add a symbolic name to each case (that's easier to search on)
2. Add more verbose output for failed assertions
tests/phpunit/Civi/Core/PathsTest.php