AcMailerTest\Options\MessageOptionsTest::testInvalidAttachmentsThrowException PHP Méthode

testInvalidAttachmentsThrowException() public méthode

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