summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-11-25 11:27:22 +0000
committeruckelman <uckelman@nomic.net>2010-11-25 11:27:22 +0000
commitad75d3dda54bc38c1cd7d3ebcd9d82a92ab45358 (patch)
treee0940406f8e72609164e4a58cfc9dcde6d5de467
parent81270bd3c8e54bdd6dea4d7ecf559234bdddae71 (diff)
Fixed typo.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7494 67b53d14-2c14-4ace-a08f-0dab2b34000c
-rw-r--r--test/UtilTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/UtilTest.php b/test/UtilTest.php
index 9725bc1..af03332 100644
--- a/test/UtilTest.php
+++ b/test/UtilTest.php
@@ -29,7 +29,7 @@ class UtilTest extends PHPUnit_Framework_TestCase {
/** @dataProvider rfc822_quote_provider */
public function test_rfc822_quote($string, $expected) {
- $this->assertEquals($expected, rfc_822_quote($string));
+ $this->assertEquals($expected, rfc822_quote($string));
}
public function is_ascii_provider() {