<?php
/**
*
* Concrete class test.
*
*/
class Test_Solar_Filter_ValidateNotInList extends Test_Solar_Filter_Abstract {
/**
*
* Configuration values.
*
* @var array
*
*/
protected $_Test_Solar_Filter_ValidateNotInList = array(
);
/**
*
* Test -- Validates that a value **is not** in a list of disallowed values.
*
*/
public function testValidateNotInList()
{
$this->todo('stub');
}
}