Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Mar 16, 2014
1 parent 7fb87ed commit 02d56b9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -360,7 +360,7 @@ public function testBug12190()

public function testParseEnvelopeBlankSubject()
{
$test = '* 1 FETCH (ENVELOPE (NIL "" (("Test User" NIL "tester" "domain.tld")) (("Test User" NIL "tester" "domain.tld")) (("Test User" NIL "tester" "domain.tld")) ((NIL NIL "foo" "example.com")) NIL NIL NIL "<id@eample.com>"))';
$test = '* 1 FETCH (ENVELOPE (NIL "" (("Test User" NIL "tester" "domain.tld")) (("Test User" NIL "tester" "domain.tld")) (("Test User" NIL "tester" "domain.tld")) ((NIL NIL "foo" "example.com")) NIL NIL NIL "<id@example.com>"))';

$env = $this->test_ob->parseFetch($test)->fetch->first()->getEnvelope();

Expand Down

0 comments on commit 02d56b9

Please sign in to comment.