Skip to content

Commit

Permalink
style warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
monishdeb authored and eileenmcnaughton committed Sep 7, 2017
1 parent 62ac6c3 commit 7362ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/api/v3/ContactTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3516,7 +3516,7 @@ public function testLoggedInUserAPISupportToken() {
* @param $contact
*/
protected function putGroupContactCacheInClearableState($groupID, $contact) {
// We need to force the situation where there is invalid data in the cache and it
// We need to force the situation where there is invalid data in the cache and it
// is due to be cleared.
CRM_Core_DAO::executeQuery("
INSERT INTO civicrm_group_contact_cache (group_id, contact_id)
Expand Down

0 comments on commit 7362ae0

Please sign in to comment.