Scheb\TwoFactorBundle\Tests\Mailer\AuthCodeMailerTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->swiftMailer = $this->createMock('Swift_Mailer');
        $this->mailer = new AuthCodeMailer($this->swiftMailer, '[email protected]', 'Sender Name');
    }