Add file_exists check on loading services xml
authorEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 16 Jun 2021 05:14:03 +0000 (17:14 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 16 Jun 2021 06:13:45 +0000 (18:13 +1200)
commitc199b7ca04b057aa6d1f83490ccf19cc249d2fdb
tree02522e60d0e4e9e4301fe04bf7ade12c8363ce91
parent020c9134006b46e32d1f6583b254bcd5bc2ee29e
Add file_exists check on loading services xml

I'm hitting an issue where we run unit tests on our own code base and this is hitting file-not-found

We don't package the tests directory with the tarball so it's not there.

The alternative is to move it to the Civi\test folder if it's important that
it be there for non-core tests
CRM/Api4/Services.php