diff options
author | uckelman <uckelman@nomic.net> | 2010-05-09 15:47:18 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-05-09 15:47:18 +0000 |
commit | a4a0f6a6a7ca6f08b1f6f3a6da8f5083bd248dad (patch) | |
tree | a2e630bb9d04fbfbf09e923a5fedfc635f8d764a | |
parent | 9e545c4d98b6a20bcaa762b70a2a9af46ade5944 (diff) |
Fixed typo.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6816 67b53d14-2c14-4ace-a08f-0dab2b34000c
-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( |