Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev/core#2073 Fix use of legacy leaky method in tested code
Overview ---------------------------------------- Fix use of legacy leaky method in tested code Before ---------------------------------------- dao->query() After ---------------------------------------- CRM_Core_DAO::executeQuery() Technical Details ---------------------------------------- This is too low volume to really leak but it uses the leaky legacy method and has test cover in CRM_Import_DataSource_CsvTest.testToCsv with data set #0 CRM_Import_DataSource_CsvTest.testToCsv with data set #1 ----------------------------------------
- Loading branch information