for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
class Mandrill_Internal
{
private $master;
public function __construct(Mandrill $master)
$this->master = $master;
}