summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-11-25 11:26:13 +0000
committeruckelman <uckelman@nomic.net>2010-11-25 11:26:13 +0000
commit81270bd3c8e54bdd6dea4d7ecf559234bdddae71 (patch)
tree3acbeb7369c6aaae26b934bd3a6e99a774559ce2
parentfb4c36d7cb6042fbec466f9bfb1cf3d0caeb6854 (diff)
Fixed typo.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7493 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 1cf8eac..9725bc1 100644
--- a/test/UtilTest.php
+++ b/test/UtilTest.php
@@ -16,7 +16,7 @@ class UtilTest extends PHPUnit_Framework_TestCase {
/** @dataProvider has_rfc822_specials_provider */
public function test_has_rfc822_specials($string, $expected) {
- $this->assertEquals($expected, has_rfc_822_specials($string));
+ $this->assertEquals($expected, has_rfc822_specials($string));
}
public function rfc822_quote_provider() {