| Conditions | 3 | 
| Paths | 3 | 
| Total Lines | 10 | 
| Code Lines | 7 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 13 | public static function setIntlStatus($test)  | 
            ||
| 14 |     { | 
            ||
| 15 | static::$enableIntl = null;  | 
            ||
| 16 |         if (strncmp($test->getName(false), 'testIntl', 8) === 0) { | 
            ||
| 17 | static::$enableIntl = true;  | 
            ||
| 18 |             if (!extension_loaded('intl')) { | 
            ||
| 19 |                 $test->markTestSkipped('intl extension is not installed.'); | 
            ||
| 20 | }  | 
            ||
| 21 |         } else { | 
            ||
| 22 | static::$enableIntl = false;  | 
            ||
| 23 | }  | 
            ||
| 30 | 
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