| Total Complexity | 3 |
| Total Lines | 45 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | final class Negotiate extends \SimpleSAML\Modules\Monitor\TestSuiteFactory |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @var string|null |
||
| 13 | */ |
||
| 14 | private $authorization; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @var KRB5NegotiateAuth |
||
|
|
|||
| 18 | */ |
||
| 19 | private $handle; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @param TestConfiguration $configuration |
||
| 23 | * @param TestData $testData |
||
| 24 | */ |
||
| 25 | public function __construct($configuration, $testData) |
||
| 38 | } |
||
| 39 | |||
| 40 | /** |
||
| 41 | * @return void |
||
| 42 | */ |
||
| 43 | public function invokeTest() |
||
| 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