<?php
/**
*
* Concrete adapter class test.
*
*/
class Test_Solar_Mail_Transport_Adapter_File extends Test_Solar_Mail_Transport_Adapter {
/**
*
* Default configuration values.
*
* @var array
*
*/
protected $_Test_Solar_Mail_Transport_Adapter_File = array(
);
/**
*
* Constructor; sets the test as 'todo' until you provide adapter-specific
* configuration values. Delete the constructor method after you do so.
*
*/
public function __construct($config = null)
{
$this->todo('need adapter-specific config');
}
}