diff options
Diffstat (limited to 'test/HTTP_POST_multipartTest.php')
-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 0abb282..b2f675b 100644 --- a/test/HTTP_POST_multipartTest.php +++ b/test/HTTP_POST_multipartTest.php @@ -12,7 +12,7 @@ class HTTP_POST_multipartTest extends PHPUnit_Framework_TestCase { if ($ex) $this->setExpectedException($ex); $class = new ReflectionClass('HTTP_POST_multipart'); - $method = $class->getMethod('bulidDataPart'); + $method = $class->getMethod('buildDataPart'); $method->setAccessible(true); $this->assertEquals( |