1 | <?php |
||
9 | final class Negotiate extends \SimpleSAML\Module\monitor\TestSuiteFactory |
||
10 | { |
||
11 | /** |
||
12 | * @var array |
||
13 | */ |
||
14 | private $authSource = array(); |
||
15 | |||
16 | /** |
||
17 | * @var array |
||
18 | */ |
||
19 | private $serverVars = array(); |
||
20 | |||
21 | /** |
||
22 | * @var array |
||
23 | */ |
||
24 | private $requestVars = array(); |
||
25 | |||
26 | /** |
||
27 | * @param TestConfiguration $configuration |
||
28 | * @param TestData $testData |
||
29 | */ |
||
30 | public function __construct($configuration, $testData) |
||
41 | |||
42 | /** |
||
43 | * @return void |
||
44 | */ |
||
45 | protected function invokeTestSuite() |
||
60 | } |
||
61 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.