PopTest\Mail\QueueTest::testConstructor PHP 메소드

testConstructor() 공개 메소드

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')));
    }