AcMailerTest\Options\MessageOptionsTest::testInvalidAttachmentsThrowException PHP 메소드

testInvalidAttachmentsThrowException() 공개 메소드

    public function testInvalidAttachmentsThrowException()
    {
        $this->messageOptions->setAttachments('foo');
    }