Update test to NOT accept a failure in the api call.
authoreileen <emcnaughton@wikimedia.org>
Mon, 12 Mar 2018 02:27:44 +0000 (15:27 +1300)
committereileen <emcnaughton@wikimedia.org>
Mon, 12 Mar 2018 02:36:00 +0000 (15:36 +1300)
commit639659a247563c04b8aec1a81c30523c39b78b94
treeeaca03a24f9597a25d902ddd2ca49dab4e1b586f
parent4d8389b73cebabf6ad3f2f3b40b913d6eae5cc26
Update test to NOT accept a failure in the api call.

I believe the failure handling exists because this was copied from a test that
uses a real payment gateway's sandbox account, hence intermittant failure.

However, we don't need that for the Dummy processor & it's making debugging hard
tests/phpunit/CRM/Contribute/Form/ContributionTest.php