コード例 #1
0
ファイル: Data.php プロジェクト: NatashaOlut/Mage_Test
 public function testGetCacheTypes()
 {
     $this->assertTrue(is_array($this->_helper->getCacheTypes()));
     $this->assertTrue(is_array($this->_helper->getCacheBetaTypes()));
 }