Ejemplo n.º 1
0
 /**
  * testing toString
  *
  * @return void
  */
 public function testGzToString()
 {
     $filter = new GzCompression();
     $this->assertEquals('Gz', $filter->toString());
 }