CRM-15097 - CaseType - Compute & enforce pseudo-properties, isForkable & isForked
authorTim Otten <totten@civicrm.org>
Tue, 12 Aug 2014 07:20:34 +0000 (00:20 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 12 Aug 2014 08:17:19 +0000 (01:17 -0700)
commit32f1c9179023804032667560a0dad300d03fec2b
tree6ed96946d32b9a322f823de2b812d042eeb33257
parent466fba667f77b0cdcf0bdefc6cd42bd056b970de
CRM-15097 - CaseType - Compute & enforce pseudo-properties, isForkable & isForked
CRM/Case/BAO/CaseType.php
CRM/Case/XMLRepository.php
api/v3/CaseType.php
tests/phpunit/CRM/Case/BAO/CaseTest.php
tests/phpunit/CRM/Case/BAO/CaseTypeForkTest.php [new file with mode: 0644]
tests/phpunit/CRM/Case/BAO/ForkableCaseType.xml [new file with mode: 0644]
tests/phpunit/CRM/Case/BAO/UnforkableCaseType.xml [new file with mode: 0644]
tests/phpunit/CiviTest/CiviCaseTestCase.php