diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/HTTP_POST_multipartTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/HTTP_POST_multipartTest.php b/test/HTTP_POST_multipartTest.php index b99c98b..cd3500f 100644 --- a/test/HTTP_POST_multipartTest.php +++ b/test/HTTP_POST_multipartTest.php @@ -73,7 +73,7 @@ class HTTP_POST_multipartTest extends PHPUnit_Framework_TestCase { ), "Content-Disposition: form-data; name=\"foo\"; filename=\"somename.png\"\r\nContent-Type: image/png\r\n\r\nblah blah blah\nblah blah blah\r\n", null - ) + ), array( array( 'name' => 'foo', |