/**
  * Immutable name is the key used by the factory to create the filter and
  * is used in the default error message
  *
  * @return	null
  */
 public function testGetName()
 {
     $this->assertEquals($this->filterName, $this->filter->getName());
 }