for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @author Rizart Dokollari <[email protected]>
* @since 12/24/17
*/
function subject($functionName)
{
return sprintf('ElasticEmail Test: %s', $functionName);
}