<?php
/**
*
* Concrete class test.
*
*/
class Test_Solar_Filter_SanitizeIpv4 extends Test_Solar_Filter_Abstract {
/**
*
* Configuration values.
*
* @var array
*
*/
protected $_Test_Solar_Filter_SanitizeIpv4 = array(
);
/**
*
* Test -- Forces the value to an IPv4 address.
*
*/
public function testSanitizeIpv4()
{
$this->todo('stub');
}
}