CRM-17430 domain_version not required anymore.
authorJohan Vervloet <johanv@johanv.org>
Sat, 24 Oct 2015 08:43:04 +0000 (10:43 +0200)
committerJohan Vervloet <johanv@johanv.org>
Sat, 24 Oct 2015 08:43:04 +0000 (10:43 +0200)
commit6a229760af5042bafd80b434649057d8754186e1
tree2811cc6fe27e557723cc2de8e8ac5425a805327f
parent73156a79aa0c1f4ec16759606caeefc355d2b403
CRM-17430 domain_version not required anymore.

The failing unit tests had to do with api calls without a
domain_version param, while domain_version was marked as required.

But I don't really see the point of that. Besides, before I fixed this
issue, you could call the Domain.create API without domain_version. It
would then just (incorrectly) use 3 as domain_version.

So now domain_version is not required any more, I guess this will
fix some test errors.

----------------------------------------
* CRM-17430: Altering the domain using the API changes the CiviCRM version to 3
  https://issues.civicrm.org/jira/browse/CRM-17430
api/v3/Domain.php