コード例 #1
0
ファイル: GzTest.php プロジェクト: haoyanfei/zf2
 /**
  * testing toString
  *
  * @return void
  */
 public function testGzToString()
 {
     $filter = new GzCompression();
     $this->assertEquals('Gz', $filter->toString());
 }