From 96cb6be9dd2be0eb04e3724a838db2c5dfc5d2d6 Mon Sep 17 00:00:00 2001 From: Mattias Michaux Date: Tue, 26 Apr 2016 14:32:55 +0200 Subject: [PATCH] Typo fix in tests. --- tests/phpunit/CRM/Utils/TypeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/CRM/Utils/TypeTest.php b/tests/phpunit/CRM/Utils/TypeTest.php index ae131aa268..b8371cdd05 100644 --- a/tests/phpunit/CRM/Utils/TypeTest.php +++ b/tests/phpunit/CRM/Utils/TypeTest.php @@ -46,7 +46,7 @@ class CRM_Utils_TypeTest extends CiviUnitTestCase { array('DESC', 'MysqlOrderByDirection', 'desc'), array('DESCc', 'MysqlOrderByDirection', NULL), array('table.civicrm_column_name desc', 'MysqlOrderBy', 'table.civicrm_column_name desc'), - array('table.civicrm_column_name desc,other_column,another_column desc', 'MysqlOrderBy', 'table.civicrm_column_name desc, other_column, another_column desc'), + array('table.civicrm_column_name desc,other_column, another_column desc', 'MysqlOrderBy', 'table.civicrm_column_name desc,other_column, another_column desc'), ); } -- 2.25.1