| Total Complexity | 4 |
| Total Lines | 40 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class LeftAndMainExtensionTest extends SapphireTest |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @var LeftAndMainExtension |
||
| 13 | */ |
||
| 14 | protected $extension; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @var DebugBar\DataCollector\TimeDataCollector |
||
|
|
|||
| 18 | */ |
||
| 19 | protected $timeCollector; |
||
| 20 | |||
| 21 | public function setUp(): void |
||
| 28 | } |
||
| 29 | |||
| 30 | public function tearDown(): void |
||
| 31 | { |
||
| 32 | DebugBar::clearDebugBar(); |
||
| 33 | |||
| 34 | parent::tearDown(); |
||
| 35 | } |
||
| 36 | |||
| 37 | public function testAccessedCms() |
||
| 42 | } |
||
| 43 | |||
| 44 | public function testInit() |
||
| 51 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths