@@ -186,7 +186,7 @@ |
||
186 | 186 | |
187 | 187 | protected function parseMethodName($function) |
188 | 188 | { |
189 | - return 'newrelic' . substr(strtolower(preg_replace('/([a-z])([A-Z])/', '$1_$2', $function)), 4); |
|
189 | + return 'newrelic'.substr(strtolower(preg_replace('/([a-z])([A-Z])/', '$1_$2', $function)), 4); |
|
190 | 190 | } |
191 | 191 | |
192 | 192 | protected function assertExtensionVersion($version, $method) |