PopTest\Mail\QueueTest::testConstructor PHP Méthode

testConstructor() public méthode

public testConstructor ( )
    public function testConstructor()
    {
        $this->assertInstanceOf('Pop\\Mail\\Queue', new Queue('[email protected]', 'Some One'));
        $this->assertInstanceOf('Pop\\Mail\\Queue', new Queue(array('email' => '[email protected]', 'name' => 'Some One')));
    }