diff options
Diffstat (limited to 'test')
-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 af03332..9ace7bf 100644 --- a/test/UtilTest.php +++ b/test/UtilTest.php @@ -21,7 +21,7 @@ class UtilTest extends PHPUnit_Framework_TestCase { public function rfc822_quote_provider() { return array( - array('Joel Uckelman', 'Joel Uckelman'), + array('Joel Uckelman', '"Joel Uckelman"'), array('L.Tankersley', '"L.Tankersley"'), array('"\foo\"', '"\"\\foo\\\""') ); |