| Total Complexity | 3 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | final class WebAppInfoCollectorTest extends CollectorTestCase |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @param WebAppInfoCollector|\Yiisoft\Yii\Debug\Collector\CollectorInterface $collector |
||
| 21 | */ |
||
| 22 | protected function collectTestData(CollectorInterface $collector): void |
||
| 31 | } |
||
| 32 | |||
| 33 | protected function getCollector(): CollectorInterface |
||
| 36 | } |
||
| 37 | |||
| 38 | protected function checkCollectedData(CollectorInterface $collector): void |
||
| 46 |