diff options
Diffstat (limited to 'test/UtilTest.php')
-rw-r--r-- | test/UtilTest.php | 2 |
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() { |