CRM-12595 fix formatting in tests files
[civicrm-core.git] / tests / phpunit / api / v3 / APIStandardsTest.php
index 24bbcb3ca21fe2db9dc65471dbc1acd9641b00d2..6697e43e78076c0d99fecd397c60729ac5ae290c 100644 (file)
@@ -67,9 +67,9 @@ class api_v3_APIStandardsTest extends CiviUnitTestCase {
 
     //should possibly insert variable rather than '3' in below
     $this->_regexForGettingAPIStdFunctions = '/^civicrm_api3_  #starts with civicrm_api_3 (ignore internal functions)
-                                                                                                                                                                               .*_              #any number of characters up to the last _
+                                                  .*_              #any number of characters up to the last _
     # negative look ahead on string getfields
-                                                                                                                                                                               (?:(?!getfields))/x';
+                                                  (?:(?!getfields))/x';
     // functions to skip from utils.php mainly since they get sucked in via
     // a require chain in the include files
     $this->_skipFunctionList = array(