api_v3_MessageTemplatesTest - Fix regression
authorTim Otten <totten@civicrm.org>
Wed, 28 Aug 2013 01:00:16 +0000 (18:00 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 28 Aug 2013 01:00:16 +0000 (18:00 -0700)
commit2dd9031185ab6da042fd25dc3f92ab334d560013
treecbaf9fda55e35c26e3ad3aaddfd441b74f0ff419
parent7e2ee2e45bf4bacf8ae57689ab25848ef20f6429
api_v3_MessageTemplatesTest - Fix regression

Note that the test called createTestObject() (once in setup(), once in the
testGet()) but expected only one object to get created.  This doesn't make
sense to me -- sounds more like a bug.
tests/phpunit/api/v3/MessageTemplatesTest.php