Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
42 | public function invokeTest() |
||
43 | { |
||
44 | $input = array( |
||
45 | 'keytab' => $this->authSourceData['keytab'], |
||
46 | 'authorization' => $this->authorization |
||
47 | ); |
||
48 | $testData = new TestData($input); |
||
49 | |||
50 | $test = new TestCase\AuthSource\Negotiate($testData); |
||
51 | $this->addTestResult($test->getTestResult()); |
||
52 | $this->setTestResult($test->getTestResult()); |
||
53 | } |
||
55 |