Skip to content

Commit e2f0c8b

Browse files
committed
removed method_name from results
1 parent aec2ca4 commit e2f0c8b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Badoo/LiveProfilerUI/Pages/MethodUsagePage.php

-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ public function getTemplateData() : array
105105
$result = [];
106106
$result['date'] = $snapshots[$Row->getSnapshotId()]['date'];
107107
$result['method_id'] = $Row->getMethodId();
108-
$result['method_name'] = $methods[$Row->getMethodId()]['name'];
109108
$result['app'] = $snapshots[$Row->getSnapshotId()]['app'];
110109
$result['label'] = $snapshots[$Row->getSnapshotId()]['label'];
111110
$values = $Row->getFormattedValues();

tests/unit/Badoo/LiveProfilerUI/Pages/MethodUsagePageTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public function providerGetTemplateData()
5050
'results' => [
5151
[
5252
'date' => 'date',
53-
'method_name' => 'test',
5453
'method_id' => 1,
5554
'app' => 'app',
5655
'label' => 'label',

0 commit comments

Comments
 (0)