Conditions | 1 |
Paths | 1 |
Total Lines | 14 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
15 | public function testNegotiate() |
||
16 | { |
||
17 | $_SERVER['SERVER_NAME'] = 'localhost'; |
||
18 | $handle = new \KRB5NegotiateAuth('idp.example.org.keytab'); |
||
|
|||
19 | |||
20 | $confTest = new TestCase\AuthSource\Negotiate( |
||
21 | new TestData([ |
||
22 | 'handle' => $handle, |
||
23 | 'autorization' => 'Negotiate:123', |
||
24 | ]) |
||
25 | ); |
||
26 | $testResult = $confTest->getTestResult(); |
||
27 | |||
28 | $this->assertEquals(State::SKIPPED, $testResult->getState()); |
||
29 | } |
||
31 |
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