<?php
/**
*
* Concrete class test.
*
*/
class Test_Solar_Filter_ValidateUpload extends Test_Solar_Filter_Abstract {
/**
*
* Configuration values.
*
* @var array
*
*/
protected $_Test_Solar_Filter_ValidateUpload = array(
);
/**
*
* Test -- Validates that the value is an array of file-upload information, and if a file is referred to, that is actually an uploaded file.
*
*/
public function testValidateUpload()
{
$this->todo('stub');
}
}