Total Complexity | 3 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
19 | final class TubePlaceholderResolver implements PlaceholderResolver |
||
20 | { |
||
21 | private $testCase; |
||
22 | |||
23 | public function __construct(TestCase $testCase) |
||
24 | { |
||
25 | $this->testCase = $testCase; |
||
26 | } |
||
27 | |||
28 | public function getName() : string |
||
31 | } |
||
32 | |||
33 | public function resolve(string $value, Target $target) : string |
||
38 | ]); |
||
39 | } |
||
41 |