The “Setup()” function (called before every test) invokes the index action in the index controller. The getEmails() function opens the /sentmail folder, iterates through every file, parses them using the Zend_Mail_Message_File class, stores the results into an array, and finally returns...