<?php
/**
*
* Concrete class test.
*
*/
class Test_Solar_Filter_ValidateIp extends Test_Solar_Filter_Abstract {
/**
*
* Configuration values.
*
* @var array
*
*/
protected $_Test_Solar_Filter_ValidateIp = array(
);
/**
*
* Test -- Validates that the value is a legal IP address.
*
*/
public function testValidateIp()
{
$this->todo('stub');
}
}