From 7daaa9f12a189842d46e776de3a70f583bef1924 Mon Sep 17 00:00:00 2001 From: uckelman Date: Sun, 9 May 2010 15:26:42 +0000 Subject: Added missing test argument. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6811 67b53d14-2c14-4ace-a08f-0dab2b34000c --- test/HTTP_POST_multipartTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/HTTP_POST_multipartTest.php b/test/HTTP_POST_multipartTest.php index 373848c..362151c 100644 --- a/test/HTTP_POST_multipartTest.php +++ b/test/HTTP_POST_multipartTest.php @@ -24,8 +24,8 @@ class HTTP_POST_multipartTest extends PHPUnit_Framework_TestCase { public function providerBuildDataPart() { return array( - array(null, null, 'Exception'), - array('foo', 1, "Content-Disposition: form-data; name=\"foo\"\r\n\r\n1\r\n") + array(null, null, null, 'Exception'), + array('foo', 1, "Content-Disposition: form-data; name=\"foo\"\r\n\r\n1\r\n", null) ); } -- cgit v1.2.3