AcMailerTest\ServiceManager\ServiceManagerMock::__construct PHP Method

__construct() public method

public __construct ( array $services = [] )
$services array
    public function __construct(array $services = [])
    {
        $this->services = $services;
    }