CRM-17647 improve testing on the thousand separator.
authoreileen <emcnaughton@wikimedia.org>
Thu, 18 Jan 2018 02:30:28 +0000 (15:30 +1300)
committereileen <emcnaughton@wikimedia.org>
Thu, 18 Jan 2018 02:30:28 +0000 (15:30 +1300)
commit55ee9063a0a0eb5a7c9919f15d8920ff38ee51ad
tree5a4779bf649c7463c4b4f63283f330a1f5d43d29
parent543414a55540fc9d61b6d39de180c28f2c63b5f1
CRM-17647 improve testing on the thousand separator.

As part of fixing thousand separator issues we can use the deprecated flag to identify when the
BAO_Contribution::create is called without skip_clean_money as we want to move all cleaning to
close to submit. First, however, we need to stop calling that function directly in the test suite
(or only call with skip_clean_money if we are specifically testing it).

Am checking how jenkins likes this format (which was no good on 5.3) & will change others if cheerful
tests/phpunit/CRM/Contribute/BAO/ContributionTest.php