We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec2ca4 commit e2f0c8bCopy full SHA for e2f0c8b
2 files changed
src/Badoo/LiveProfilerUI/Pages/MethodUsagePage.php
@@ -105,7 +105,6 @@ public function getTemplateData() : array
105
$result = [];
106
$result['date'] = $snapshots[$Row->getSnapshotId()]['date'];
107
$result['method_id'] = $Row->getMethodId();
108
- $result['method_name'] = $methods[$Row->getMethodId()]['name'];
109
$result['app'] = $snapshots[$Row->getSnapshotId()]['app'];
110
$result['label'] = $snapshots[$Row->getSnapshotId()]['label'];
111
$values = $Row->getFormattedValues();
tests/unit/Badoo/LiveProfilerUI/Pages/MethodUsagePageTest.php
@@ -50,7 +50,6 @@ public function providerGetTemplateData()
50
'results' => [
51
[
52
'date' => 'date',
53
- 'method_name' => 'test',
54
'method_id' => 1,
55
'app' => 'app',
56
'label' => 'label',
0 commit comments