<?php
/**
*
* Concrete class test.
*
*/
class Test_Solar_Filter_ValidateNotInKeys extends Test_Solar_Filter_Abstract {
/**
*
* Configuration values.
*
* @var array
*
*/
protected $_Test_Solar_Filter_ValidateNotInKeys = array(
);
/**
*
* Test -- Validates that a value **is not** a key in the list of allowed options.
*
*/
public function testValidateNotInKeys()
{
$this->todo('stub');
}
}