(NFC) CRM-21223 - DAOTest - Add null-ish test-cases for composeQuery
authorTim Otten <totten@civicrm.org>
Thu, 28 Sep 2017 21:21:08 +0000 (17:21 -0400)
committerTim Otten <totten@civicrm.org>
Thu, 28 Sep 2017 21:21:08 +0000 (17:21 -0400)
commit9e0f668c3c7f2acf593b3a1b692b1fa0d15cd803
treeacfcf039daec6f100ffdf3681e617e9ea67f8104
parent4bd2c4ef33f511ac7067e34b22e8793e33f17134
(NFC) CRM-21223 - DAOTest - Add null-ish test-cases for composeQuery

The behavior of `CRM_Core_DAO::executeQuery()` and `::composeQuery()` is
inconsistent with respect to handling NULL values.  This revision adds a
unit-test covering the quirky behaviors.
tests/phpunit/CRM/Core/DAOTest.php