summaryrefslogtreecommitdiff
path: root/test/HTTP_POST_multipartTest.php
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-05-09 15:47:18 +0000
committeruckelman <uckelman@nomic.net>2010-05-09 15:47:18 +0000
commita4a0f6a6a7ca6f08b1f6f3a6da8f5083bd248dad (patch)
treea2e630bb9d04fbfbf09e923a5fedfc635f8d764a /test/HTTP_POST_multipartTest.php
parent9e545c4d98b6a20bcaa762b70a2a9af46ade5944 (diff)
Fixed typo.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6816 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'test/HTTP_POST_multipartTest.php')
-rw-r--r--test/HTTP_POST_multipartTest.php2
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(