Commit e2f0c8b 1 parent aec2ca4 commit e2f0c8b Copy full SHA for e2f0c8b
File tree 2 files changed +0
-2
lines changed
src/Badoo/LiveProfilerUI/Pages
tests/unit/Badoo/LiveProfilerUI/Pages
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,6 @@ public function getTemplateData() : array
105
105
$ result = [];
106
106
$ result ['date ' ] = $ snapshots [$ Row ->getSnapshotId ()]['date ' ];
107
107
$ result ['method_id ' ] = $ Row ->getMethodId ();
108
- $ result ['method_name ' ] = $ methods [$ Row ->getMethodId ()]['name ' ];
109
108
$ result ['app ' ] = $ snapshots [$ Row ->getSnapshotId ()]['app ' ];
110
109
$ result ['label ' ] = $ snapshots [$ Row ->getSnapshotId ()]['label ' ];
111
110
$ values = $ Row ->getFormattedValues ();
Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ public function providerGetTemplateData()
50
50
'results ' => [
51
51
[
52
52
'date ' => 'date ' ,
53
- 'method_name ' => 'test ' ,
54
53
'method_id ' => 1 ,
55
54
'app ' => 'app ' ,
56
55
'label ' => 'label ' ,
You can’t perform that action at this time.
0 commit comments