File tree Expand file tree Collapse file tree 3 files changed +19
-17
lines changed Expand file tree Collapse file tree 3 files changed +19
-17
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ $ignored = wp_set_option_autoload_values(
84
84
* These are ignored because the option names and the autoload values can't be reliably determined
85
85
* or the `$options` parameter is empty.
86
86
*/
87
+ $ ignored = wp_set_option_autoload_values ($ options );
87
88
$ ignored = wp_set_option_autoload_values ( $ options );
88
89
$ ignored = wp_set_option_autoload_values ( options: $ options );
89
90
$ ignored = wp_set_option_autoload_values (array ());
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ $ignored = wp_set_option_autoload_values(
84
84
* These are ignored because the option names and the autoload values can't be reliably determined
85
85
* or the `$options` parameter is empty.
86
86
*/
87
+ $ignored = wp_set_option_autoload_values($options);
87
88
$ignored = wp_set_option_autoload_values( $options );
88
89
$ignored = wp_set_option_autoload_values( options: $options );
89
90
$ignored = wp_set_option_autoload_values(array());
Original file line number Diff line number Diff line change @@ -40,13 +40,12 @@ public function getWarningList( $testFile = '' ) {
40
40
switch ( $ testFile ) {
41
41
case 'OptionAutoloadUnitTest.1.inc ' :
42
42
return array (
43
- 106 => 1 ,
44
43
107 => 1 ,
45
44
108 => 1 ,
46
45
109 => 1 ,
47
46
110 => 1 ,
48
- 115 => 1 ,
49
- 117 => 1 ,
47
+ 111 => 1 ,
48
+ 116 => 1 ,
50
49
118 => 1 ,
51
50
119 => 1 ,
52
51
120 => 1 ,
@@ -59,8 +58,8 @@ public function getWarningList( $testFile = '' ) {
59
58
127 => 1 ,
60
59
128 => 1 ,
61
60
129 => 1 ,
62
- 133 => 1 ,
63
- 135 => 1 ,
61
+ 130 => 1 ,
62
+ 134 => 1 ,
64
63
136 => 1 ,
65
64
137 => 1 ,
66
65
138 => 1 ,
@@ -69,7 +68,7 @@ public function getWarningList( $testFile = '' ) {
69
68
141 => 1 ,
70
69
142 => 1 ,
71
70
143 => 1 ,
72
- 147 => 1 ,
71
+ 144 => 1 ,
73
72
148 => 1 ,
74
73
149 => 1 ,
75
74
150 => 1 ,
@@ -81,40 +80,41 @@ public function getWarningList( $testFile = '' ) {
81
80
156 => 1 ,
82
81
157 => 1 ,
83
82
158 => 1 ,
84
- 163 => 1 ,
83
+ 159 => 1 ,
85
84
164 => 1 ,
86
85
165 => 1 ,
87
86
166 => 1 ,
88
87
167 => 1 ,
89
88
168 => 1 ,
90
- 173 => 1 ,
89
+ 169 => 1 ,
91
90
174 => 1 ,
92
91
175 => 1 ,
93
92
176 => 1 ,
94
93
177 => 1 ,
95
94
178 => 1 ,
96
95
179 => 1 ,
97
- 185 => 1 ,
98
- 192 => 1 ,
99
- 194 => 1 ,
96
+ 180 => 1 ,
97
+ 186 => 1 ,
98
+ 193 => 1 ,
100
99
195 => 1 ,
101
100
196 => 1 ,
102
101
197 => 1 ,
103
102
198 => 1 ,
104
103
199 => 1 ,
105
104
200 => 1 ,
106
- 202 => 1 ,
105
+ 201 => 1 ,
107
106
203 => 1 ,
108
107
204 => 1 ,
109
108
205 => 1 ,
110
- 208 => 1 ,
109
+ 206 => 1 ,
111
110
209 => 1 ,
112
111
210 => 1 ,
113
112
211 => 1 ,
114
- 216 => 1 ,
115
- 222 => 1 ,
116
- 224 => 1 ,
117
- 227 => 1 ,
113
+ 212 => 1 ,
114
+ 217 => 1 ,
115
+ 223 => 1 ,
116
+ 225 => 1 ,
117
+ 228 => 1 ,
118
118
);
119
119
120
120
case 'OptionAutoloadUnitTest.3.inc ' :
You can’t perform that action at this time.
0 commit comments