Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
CRAP | |
0.00% |
0 / 1 |
SectionImageRecommendationTipTree | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 1 |
getTaskTypeId | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
2 |
1 | <?php |
2 | |
3 | namespace GrowthExperiments\HelpPanel\Tips; |
4 | |
5 | use GrowthExperiments\NewcomerTasks\TaskType\SectionImageRecommendationTaskTypeHandler; |
6 | |
7 | class SectionImageRecommendationTipTree extends ImageRecommendationTipTree { |
8 | |
9 | /** @inheritDoc */ |
10 | protected function getTaskTypeId(): string { |
11 | return SectionImageRecommendationTaskTypeHandler::TASK_TYPE_ID; |
12 | } |
13 | } |