| Total Complexity | 3 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 22 | class HelperTest extends TestCase |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * @var Helper |
||
| 26 | */ |
||
| 27 | protected $object; |
||
| 28 | |||
| 29 | /** |
||
| 30 | * Sets up the fixture, for example, opens a network connection. |
||
| 31 | * This method is called before a test is executed. |
||
| 32 | */ |
||
| 33 | protected function setUp(): void |
||
| 36 | } |
||
| 37 | |||
| 38 | /** |
||
| 39 | * Tears down the fixture, for example, closes a network connection. |
||
| 40 | * This method is called after a test is executed. |
||
| 41 | */ |
||
| 42 | protected function tearDown(): void |
||
| 44 | } |
||
| 45 | |||
| 46 | public function testGetHelper() |
||
| 54 |
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