Skip to content

Commit

Permalink
Not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Aug 19, 2014
1 parent b150517 commit 78e2935
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
3 changes: 0 additions & 3 deletions framework/Mail/lib/Horde/Mail/Rfc822/Address.php
Expand Up @@ -146,9 +146,6 @@ public function __get($name)

case 'valid':
return (bool)strlen($this->mailbox);

default:
return null;
}
}

Expand Down
3 changes: 0 additions & 3 deletions framework/Mail/lib/Horde/Mail/Rfc822/Group.php
Expand Up @@ -94,9 +94,6 @@ public function __get($name)

case 'valid':
return (bool)strlen($this->_groupname);

default:
return null;
}
}

Expand Down
5 changes: 0 additions & 5 deletions framework/Mail/test/Horde/Mail/ListTest.php
Expand Up @@ -16,11 +16,6 @@ public function setUp()
$this->rfc822 = new Horde_Mail_Rfc822();
}

public function tearDown()
{
unset($this->rfc822);
}

public function testSingleAddress()
{
$email = 'Test <test@example.com>';
Expand Down
5 changes: 0 additions & 5 deletions framework/Mail/test/Horde/Mail/ParseTest.php
Expand Up @@ -16,11 +16,6 @@ public function setUp()
$this->rfc822 = new Horde_Mail_Rfc822();
}

public function tearDown()
{
unset($this->rfc822);
}

/* Test case for PEAR Mail:: bug #13659 */
public function testParseBug13659()
{
Expand Down

0 comments on commit 78e2935

Please sign in to comment.