File tree Expand file tree Collapse file tree 3 files changed +26
-21
lines changed
Expand file tree Collapse file tree 3 files changed +26
-21
lines changed Original file line number Diff line number Diff line change 1+ ---
2+
13coverage :
24 status :
35 project :
Original file line number Diff line number Diff line change 1+ ---
2+
13negotiate-enable :
2- path : /enable
3- defaults : { _controller: 'SimpleSAML\Module\negotiate\Controller\NegotiateController::enable' }
4- methods : [GET]
4+ path : /enable
5+ defaults : {
6+ _controller : ' SimpleSAML\Module\negotiate\Controller\NegotiateController::enable'
7+ }
8+ methods : [GET]
59
610negotiate-disable :
7- path : /disable
8- defaults : { _controller: 'SimpleSAML\Module\negotiate\Controller\NegotiateController::disable' }
9- methods : [GET]
11+ path : /disable
12+ defaults : {
13+ _controller : ' SimpleSAML\Module\negotiate\Controller\NegotiateController::disable'
14+ }
15+ methods : [GET]
1016
1117negotiate-retry :
12- path : /retry
13- defaults : { _controller: 'SimpleSAML\Module\negotiate\Controller\NegotiateController::retry' }
14- methods : [GET]
18+ path : /retry
19+ defaults : {
20+ _controller : ' SimpleSAML\Module\negotiate\Controller\NegotiateController::retry'
21+ }
22+ methods : [GET]
1523
1624negotiate-fallback :
17- path : /backend
18- defaults : { _controller: 'SimpleSAML\Module\negotiate\Controller\NegotiateController::fallback' }
19- methods : [GET]
25+ path : /backend
26+ defaults : {
27+ _controller : ' SimpleSAML\Module\negotiate\Controller\NegotiateController::fallback'
28+ }
29+ methods : [GET]
Original file line number Diff line number Diff line change 2323 * @package SimpleSAML\Test
2424 * @psalm-suppress PropertyNotSetInConstructor
2525 */
26- class NegotiateControllerTest extends TestCase
26+ final class NegotiateControllerTest extends TestCase
2727{
28- /** @var \SimpleSAML\Configuration */
2928 protected Configuration $ config ;
30-
31- /** @var Logger \SimpleSAML\Logger */
32- protected \SimpleSAML \Logger $ logger ;
33-
34- /** @var \SimpleSAML\Module */
29+ protected Logger $ logger ;
3530 protected Module $ module ;
36-
37- /** @var \SimpleSAML\Session */
3831 protected Session $ session ;
3932
4033
You can’t perform that action at this time.
0 commit comments