From 81270bd3c8e54bdd6dea4d7ecf559234bdddae71 Mon Sep 17 00:00:00 2001 From: uckelman Date: Thu, 25 Nov 2010 11:26:13 +0000 Subject: Fixed typo. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7493 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 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() { -- cgit v1.2.3