| Conditions | 2 |
| Paths | 2 |
| Total Lines | 13 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 25 | public function __construct($configuration, $testData) |
||
| 26 | { |
||
| 27 | $authSourceData = $testData->getInputItem('authSourceData'); |
||
| 28 | $serverVars = $configuration->getServerVars(); |
||
| 29 | |||
| 30 | assert(is_array($authSourceData)); |
||
| 31 | |||
| 32 | $keytab = isSet($authSourceData['keytab']) ? $authSourceData['keytab'] : null; |
||
| 33 | $this->handle = new \KRB5NegotiateAuth($keytab); |
||
| 34 | $this->authorization = $serverVars->get('HTTP_AUTHORIZATION'); |
||
| 35 | $this->setCategory('SPNEGO authentication source'); |
||
| 36 | |||
| 37 | parent::__construct($configuration); |
||
| 38 | } |
||
| 56 |
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