Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
minor #713 Deleted unused private method (edsonmedina)
Browse files Browse the repository at this point in the history
This PR was merged into the 5.x branch.

Discussion
----------

Deleted unused private method

Commits
-------

3717ffd Deleted unused private method
  • Loading branch information
fabpot committed Apr 30, 2016
2 parents 5538ee0 + 3717ffd commit 0c1487b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/unit/Swift/MailerTest.php
Expand Up @@ -140,11 +140,6 @@ private function _createMessage()
return $this->getMockery('Swift_Mime_Message')->shouldIgnoreMissing();
}

private function _createIterator()
{
return $this->getMockery('Swift_Mailer_RecipientIterator')->shouldIgnoreMissing();
}

private function _createMailer(Swift_Transport $transport)
{
return new Swift_Mailer($transport);
Expand Down

0 comments on commit 0c1487b

Please sign in to comment.