You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade xml-libraries to their 2.x versions (using typed values) (#62)
* Bump dependencies
* Migrate calls to xml-libraries to use the new interface
* Use local version of phpcs
* Replace dataProvider annotation with attribute
* Fix sniffer-issues
* Fix phpstan-issues
message:"#^Property SimpleSAML\\\\Module\\\\casserver\\\\Tests\\\\Controller\\\\Cas10ControllerTest\\:\\:\\$sessionMock is never read, only written\\.$#"
4
+
message:'#^Property SimpleSAML\\Module\\casserver\\Tests\\Controller\\Cas10ControllerTest\:\:\$sessionMock is never read, only written\.$#'
5
+
identifier:property.onlyWritten
5
6
count:1
6
7
path:tests/src/Controller/Cas10ControllerTest.php
7
8
8
9
-
9
-
message:"#^Property SimpleSAML\\\\Module\\\\casserver\\\\Tests\\\\Controller\\\\Cas20ControllerTest\\:\\:\\$sessionMock is never read, only written\\.$#"
10
+
message:'#^Property SimpleSAML\\Module\\casserver\\Tests\\Controller\\Cas20ControllerTest\:\:\$sessionMock is never read, only written\.$#'
11
+
identifier:property.onlyWritten
10
12
count:1
11
13
path:tests/src/Controller/Cas20ControllerTest.php
12
14
13
15
-
14
-
message:"#^Property SimpleSAML\\\\Module\\\\casserver\\\\Tests\\\\Controller\\\\Cas20ControllerTest\\:\\:\\$ticketValidatorMock is never read, only written\\.$#"
16
+
message:'#^Property SimpleSAML\\Module\\casserver\\Tests\\Controller\\Cas20ControllerTest\:\:\$ticketValidatorMock is never read, only written\.$#'
17
+
identifier:property.onlyWritten
15
18
count:1
16
19
path:tests/src/Controller/Cas20ControllerTest.php
17
20
18
21
-
19
-
message:"#^Call to an undefined method SimpleSAML\\\\Module\\\\casserver\\\\Cas\\\\TicketValidator\\:\\:expects\\(\\)\\.$#"
22
+
message:'#^Call to an undefined method SimpleSAML\\Module\\casserver\\Cas\\TicketValidator\:\:expects\(\)\.$#'
23
+
identifier:method.notFound
20
24
count:2
21
25
path:tests/src/Controller/Cas30ControllerTest.php
22
26
23
27
-
24
-
message:"#^Property SimpleSAML\\\\Module\\\\casserver\\\\Tests\\\\Controller\\\\Cas30ControllerTest\\:\\:\\$sessionMock is never read, only written\\.$#"
28
+
message:'#^Property SimpleSAML\\Module\\casserver\\Tests\\Controller\\Cas30ControllerTest\:\:\$sessionMock is never read, only written\.$#'
29
+
identifier:property.onlyWritten
25
30
count:1
26
31
path:tests/src/Controller/Cas30ControllerTest.php
27
32
28
33
-
29
-
message:"#^Parameter \\#2 \\$renew of method SimpleSAML\\\\Module\\\\casserver\\\\Controller\\\\LoginController\\:\\:login\\(\\) expects bool, string given\\.$#"
34
+
message:'#^Parameter \#2 \$renew of method SimpleSAML\\Module\\casserver\\Controller\\LoginController\:\:login\(\) expects bool, string given\.$#'
35
+
identifier:argument.type
30
36
count:1
31
37
path:tests/src/Controller/LoginControllerTest.php
32
38
33
39
-
34
-
message:"#^Property SimpleSAML\\\\Module\\\\casserver\\\\Tests\\\\Controller\\\\LoginControllerTest\\:\\:\\$sspContainer is never read, only written\\.$#"
40
+
message:'#^Property SimpleSAML\\Module\\casserver\\Tests\\Controller\\LoginControllerTest\:\:\$sspContainer is never read, only written\.$#'
0 commit comments