| Total Complexity | 2 |
| Total Lines | 13 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | final class AssetCollectorTest extends CollectorTestCase |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @param \Yiisoft\Yii\Debug\Collector\AssetCollector|\Yiisoft\Yii\Debug\Collector\CollectorInterface $collector |
||
| 15 | */ |
||
| 16 | protected function collectTestData(CollectorInterface $collector): void |
||
| 17 | { |
||
| 18 | $collector->collect(new AssetBundle()); |
||
|
|
|||
| 19 | } |
||
| 20 | |||
| 21 | protected function getCollector(): CollectorInterface |
||
| 24 | } |
||
| 25 | } |
||
| 26 |