Skip to content

Commit 881d768

Browse files
committed
Fix tests for real this time
1 parent ee3e676 commit 881d768

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

ext/snmp/tests/snmp-object-properties.phpt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ object(SNMP)#%d (%d) {
9898
bool(false)
9999
["enum_print"]=>
100100
bool(false)
101-
["numeric_index"]=>
102-
bool(false)
103101
["numeric_timeticks"]=>
104102
bool(false)
105103
["extended_index"]=>
@@ -112,6 +110,8 @@ object(SNMP)#%d (%d) {
112110
bool(true)
113111
["exceptions_enabled"]=>
114112
int(0)
113+
["numeric_index"]=>
114+
bool(false)
115115
}
116116
object(SNMP)#%d (%d) {
117117
["info"]=>
@@ -131,8 +131,6 @@ object(SNMP)#%d (%d) {
131131
bool(true)
132132
["enum_print"]=>
133133
bool(true)
134-
["numeric_index"]=>
135-
bool(false)
136134
["numeric_timeticks"]=>
137135
bool(false)
138136
["extended_index"]=>
@@ -145,6 +143,8 @@ object(SNMP)#%d (%d) {
145143
bool(false)
146144
["exceptions_enabled"]=>
147145
int(0)
146+
["numeric_index"]=>
147+
bool(false)
148148
}
149149
object(SNMP)#%d (%d) {
150150
["info"]=>
@@ -164,8 +164,6 @@ object(SNMP)#%d (%d) {
164164
bool(true)
165165
["enum_print"]=>
166166
bool(true)
167-
["numeric_index"]=>
168-
bool(false)
169167
["numeric_timeticks"]=>
170168
bool(false)
171169
["extended_index"]=>
@@ -178,6 +176,8 @@ object(SNMP)#%d (%d) {
178176
bool(true)
179177
["exceptions_enabled"]=>
180178
int(0)
179+
["numeric_index"]=>
180+
bool(false)
181181
}
182182
bool(true)
183183
bool(true)
@@ -202,8 +202,6 @@ object(SNMP)#%d (%d) {
202202
bool(true)
203203
["enum_print"]=>
204204
bool(true)
205-
["numeric_index"]=>
206-
bool(false)
207205
["numeric_timeticks"]=>
208206
bool(false)
209207
["extended_index"]=>
@@ -216,6 +214,8 @@ object(SNMP)#%d (%d) {
216214
bool(true)
217215
["exceptions_enabled"]=>
218216
int(0)
217+
["numeric_index"]=>
218+
bool(false)
219219
["123"]=>
220220
string(11) "param_value"
221221
}

0 commit comments

Comments
 (0)