AcMailerTest\Options\MessageOptionsTest::testInvalidAttachmentsThrowException PHP Метод

testInvalidAttachmentsThrowException() публичный метод

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