Total Complexity | 2 |
Total Lines | 44 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | final class Negotiate extends \SimpleSAML\Module\monitor\TestSuiteFactory |
||
10 | { |
||
11 | /** |
||
12 | * @var array |
||
13 | */ |
||
14 | private $authSourceData = array(); |
||
15 | |||
16 | /** |
||
17 | * @var string|null |
||
18 | */ |
||
19 | private $authorization = null; |
||
20 | |||
21 | /** |
||
22 | * @param TestConfiguration $configuration |
||
23 | * @param TestData $testData |
||
24 | */ |
||
25 | public function __construct($configuration, $testData) |
||
37 | } |
||
38 | |||
39 | /** |
||
40 | * @return void |
||
41 | */ |
||
42 | public function invokeTest() |
||
55 |