コード例 #1
0
ファイル: UtilTest.php プロジェクト: Apen/additional_reports
 /**
  * @test
  */
 public function getCacheFilePrefix()
 {
     $msg = tx_additionalreports_util::getCacheFilePrefix();
     $this->assertTrue(!empty($msg));
 }