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
'Call to assertSame() with different types string and int will always result in test failure.',
19
+
'Call to assertSame() with different types string and int(1) will always result in test failure.',
20
20
10,
21
21
],
22
22
[
23
23
'Call to assertSame() with different types string and stdClass will always result in test failure.',
24
24
11,
25
25
],
26
26
[
27
-
'Call to assertSame() with different types int and string will always result in test failure.',
27
+
'Call to assertSame() with different types int(1) and string will always result in test failure.',
28
28
12,
29
29
],
30
30
[
31
31
'Call to assertSame() with different types string and int will always result in test failure.',
32
32
13,
33
33
],
34
34
[
35
-
'Call to assertSame() with different types array<int, string> and array<int, int> will always result in test failure.',
35
+
'Call to assertSame() with different types array<int(0)|int(1), string> and array<int(0)|int(1), int(1)|int(2)> will always result in test failure.',
36
36
14,
37
37
],
38
38
[
39
-
'Call to assertSame() with different types string and int will always result in test failure.',
39
+
'Call to assertSame() with different types string and int(2) will always result in test failure.',
40
40
16,
41
41
],
42
42
[
43
-
'Call to assertSame() with different types string and int will always result in test failure.',
43
+
'Call to assertSame() with different types string and int(2) will always result in test failure.',
44
44
17,
45
45
],
46
46
[
47
-
'Call to assertSame() with different types string and int will always result in test failure.',
47
+
'Call to assertSame() with different types string and int(2) will always result in test failure.',
48
48
18,
49
49
],
50
50
[
51
51
'Call to assertSame() with different types array<string> and array<int> will always result in test failure.',
52
52
39,
53
53
],
54
+
[
55
+
'Call to assertSame() with different types array<int(0), string> and array<int(0)|int(1), string> will always result in test failure.',
56
+
45,
57
+
],
58
+
[
59
+
'Call to assertSame() with different types string and string will always result in test failure.',
60
+
47,
61
+
],
62
+
[
63
+
'Call to assertSame() with different types array<int(0), string> and array<int(0)|int(1), int(1)|string> will always result in test failure.',
64
+
51,
65
+
],
66
+
[
67
+
'Call to assertSame() with different types array<int(0)|int(1)|int(2), float(3.000000)|int(2)|string> and array<int(0)|int(1), int(1)|string> will always result in test failure.',
68
+
52,
69
+
],
70
+
[
71
+
'Call to assertSame() with different types int(1) and int(2) will always result in test failure.',
72
+
53,
73
+
],
74
+
[
75
+
'Call to assertSame() with different types int(1) and int(2) will always result in test failure.',
76
+
54,
77
+
],
78
+
[
79
+
'Call to assertSame() with different types int(1) and int(2) will always result in test failure.',
0 commit comments