From ad75d3dda54bc38c1cd7d3ebcd9d82a92ab45358 Mon Sep 17 00:00:00 2001 From: uckelman Date: Thu, 25 Nov 2010 11:27:22 +0000 Subject: Fixed typo. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7494 67b53d14-2c14-4ace-a08f-0dab2b34000c --- test/UtilTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/UtilTest.php') 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() { -- cgit v1.2.3