mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-14 12:06:40 +00:00
WebService Test Requires Int Not String
This commit is contained in:
@@ -14,17 +14,17 @@ return [
|
||||
[
|
||||
'#VALUE!',
|
||||
'http://www.example1.com',
|
||||
['404', 'not found'],
|
||||
[404, 'not found'],
|
||||
|
||||
],
|
||||
[
|
||||
'#VALUE!',
|
||||
'http://www.example2.com',
|
||||
['200', str_repeat('a', 40000)],
|
||||
[200, str_repeat('a', 40000)],
|
||||
],
|
||||
[
|
||||
'This is a test',
|
||||
'http://www.example3.com',
|
||||
['200', 'This is a test'],
|
||||
[200, 'This is a test'],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user