Skip to content

Commit 00cd98f

Browse files
committed
WebService Test Requires Int Not String
1 parent e27b17e commit 00cd98f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/data/Calculation/Web/WEBSERVICE.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
[
1515
'#VALUE!',
1616
'http://www.example1.com',
17-
['404', 'not found'],
17+
[404, 'not found'],
1818

1919
],
2020
[
2121
'#VALUE!',
2222
'http://www.example2.com',
23-
['200', str_repeat('a', 40000)],
23+
[200, str_repeat('a', 40000)],
2424
],
2525
[
2626
'This is a test',
2727
'http://www.example3.com',
28-
['200', 'This is a test'],
28+
[200, 'This is a test'],
2929
],
3030
];

0 commit comments

Comments
 (0)