Passed
Branch master (ca9f32)
by Alex
02:10
created
tests/src/AgentTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -186,7 +186,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.